Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
040b80b3
authored
Jan 15, 2024
by
dhb52
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip: CRM-代办消息-添加其他页面草稿
parent
48693b50
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
90 additions
and
0 deletions
+90
-0
src/views/crm/backlog/tables/CheckContract.vue
+15
-0
src/views/crm/backlog/tables/CheckReceivables.vue
+15
-0
src/views/crm/backlog/tables/EndContract.vue
+15
-0
src/views/crm/backlog/tables/FollowCustomer.vue
+15
-0
src/views/crm/backlog/tables/PutInPoolRemind.vue
+15
-0
src/views/crm/backlog/tables/RemindReceivables.vue
+15
-0
No files found.
src/views/crm/backlog/tables/CheckContract.vue
0 → 100644
View file @
040b80b3
<!-- 待审核合同 -->
<!-- TODO: 后续再统一改名字 -->
<
template
>
<div>
TODO: 待审核合同
</div>
</
template
>
<
script
setup
lang=
"ts"
name=
"CheckContract"
>
</
script
>
<
style
scoped
>
</
style
>
src/views/crm/backlog/tables/CheckReceivables.vue
0 → 100644
View file @
040b80b3
<!-- 待审核回款 -->
<!-- TODO: 后续再统一改名字 -->
<
template
>
<div>
TODO: 待审核回款
</div>
</
template
>
<
script
setup
lang=
"ts"
name=
"CheckReceivables"
>
</
script
>
<
style
scoped
>
</
style
>
src/views/crm/backlog/tables/EndContract.vue
0 → 100644
View file @
040b80b3
<!-- 分配给我的客户 -->
<!-- TODO: 即将到期的合同 -->
<
template
>
<div>
TODO: 即将到期的合同
</div>
</
template
>
<
script
setup
lang=
"ts"
name=
"EndContract"
>
</
script
>
<
style
scoped
>
</
style
>
src/views/crm/backlog/tables/FollowCustomer.vue
0 → 100644
View file @
040b80b3
<!-- 分配给我的客户 -->
<!-- TODO: 后续再统一改名字 -->
<
template
>
<div>
TODO: 分配给我的客户
</div>
</
template
>
<
script
setup
lang=
"ts"
name=
"FollowCustomer"
>
</
script
>
<
style
scoped
>
</
style
>
src/views/crm/backlog/tables/PutInPoolRemind.vue
0 → 100644
View file @
040b80b3
<!-- 待进入公海的客户 -->
<!-- TODO: 后续再统一改名字 -->
<
template
>
<div>
TODO: 待进入公海的客户
</div>
</
template
>
<
script
setup
lang=
"ts"
name=
"PutInPoolRemind"
>
</
script
>
<
style
scoped
>
</
style
>
src/views/crm/backlog/tables/RemindReceivables.vue
0 → 100644
View file @
040b80b3
<!-- 待回款提醒 -->
<!-- TODO: 后续再统一改名字 -->
<
template
>
<div>
TODO: 待回款提醒
</div>
</
template
>
<
script
setup
lang=
"ts"
name=
"RemindReceivables"
>
</
script
>
<
style
scoped
>
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment