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
7448f6e0
authored
Jan 02, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
📖
CRM:【客户】微调客户列表界面
parent
0a4023ef
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
22 deletions
+26
-22
src/views/crm/customer/CustomerForm.vue
+1
-1
src/views/crm/customer/index.vue
+25
-21
No files found.
src/views/crm/customer/CustomerForm.vue
View file @
7448f6e0
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
<el-date-picker
<el-date-picker
v-model=
"formData.contactNextTime"
v-model=
"formData.contactNextTime"
placeholder=
"选择下次联系时间"
placeholder=
"选择下次联系时间"
type=
"date"
type=
"date
time
"
value-format=
"x"
value-format=
"x"
/>
/>
</el-form-item>
</el-form-item>
...
...
src/views/crm/customer/index.vue
View file @
7448f6e0
...
@@ -101,14 +101,16 @@
...
@@ -101,14 +101,16 @@
</el-link>
</el-link>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"所属行业"
prop=
"industryId"
width=
"120"
>
<el-table-column
align=
"center"
label=
"手机"
prop=
"mobile"
width=
"120"
/>
<el-table-column
align=
"center"
label=
"电话"
prop=
"telephone"
width=
"120"
/>
<el-table-column
align=
"center"
label=
"客户来源"
prop=
"source"
width=
"100"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.CRM_CUSTOMER_
INDUSTRY"
:value=
"scope.row.industryId
"
/>
<dict-tag
:type=
"DICT_TYPE.CRM_CUSTOMER_
SOURCE"
:value=
"scope.row.source
"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"
客户来源"
prop=
"source"
width=
"10
0"
>
<el-table-column
align=
"center"
label=
"
所属行业"
prop=
"industryId"
width=
"12
0"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.CRM_CUSTOMER_
SOURCE"
:value=
"scope.row.source
"
/>
<dict-tag
:type=
"DICT_TYPE.CRM_CUSTOMER_
INDUSTRY"
:value=
"scope.row.industryId
"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"客户等级"
prop=
"level"
width=
"120"
>
<el-table-column
align=
"center"
label=
"客户等级"
prop=
"level"
width=
"120"
>
...
@@ -116,43 +118,45 @@
...
@@ -116,43 +118,45 @@
<dict-tag
:type=
"DICT_TYPE.CRM_CUSTOMER_LEVEL"
:value=
"scope.row.level"
/>
<dict-tag
:type=
"DICT_TYPE.CRM_CUSTOMER_LEVEL"
:value=
"scope.row.level"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"手机"
prop=
"mobile"
width=
"120"
/>
<el-table-column
align=
"center"
label=
"网址"
prop=
"website"
width=
"200"
/>
<el-table-column
align=
"center"
label=
"详细地址"
prop=
"detailAddress"
width=
"200"
/>
<el-table-column
align=
"center"
label=
"负责人"
prop=
"ownerUserName"
/>
<el-table-column
align=
"center"
label=
"所属部门"
prop=
"ownerUserDeptName"
/>
<el-table-column
align=
"center"
label=
"创建人"
prop=
"creatorName"
/>
<el-table-column
<el-table-column
:formatter=
"dateFormatter"
:formatter=
"dateFormatter"
align=
"center"
align=
"center"
label=
"
创建
时间"
label=
"
下次联系
时间"
prop=
"c
reate
Time"
prop=
"c
ontactNext
Time"
width=
"180px"
width=
"180px"
/>
/>
<el-table-column
align=
"center"
label=
"备注"
prop=
"remark"
width=
"200"
/>
<el-table-column
align=
"center"
label=
"成交状态"
prop=
"dealStatus"
>
<el-table-column
align=
"center"
label=
"成交状态"
prop=
"dealStatus"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.INFRA_BOOLEAN_STRING"
:value=
"scope.row.dealStatus"
/>
<dict-tag
:type=
"DICT_TYPE.INFRA_BOOLEAN_STRING"
:value=
"scope.row.dealStatus"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<!-- TODO @puhui999:距进入公海天数 -->
<el-table-column
<el-table-column
:formatter=
"dateFormatter"
:formatter=
"dateFormatter"
align=
"center"
align=
"center"
label=
"
下次联系
时间"
label=
"
最后跟进
时间"
prop=
"contact
Nex
tTime"
prop=
"contact
Las
tTime"
width=
"180px"
width=
"180px"
/>
/>
<el-table-column
<el-table-column
:formatter=
"dateFormatter"
:formatter=
"dateFormatter"
align=
"center"
align=
"center"
label=
"
最后跟进
时间"
label=
"
创建
时间"
prop=
"
contactLast
Time"
prop=
"
update
Time"
width=
"180px"
width=
"180px"
/>
/>
<el-table-column
align=
"center"
label=
"锁定状态"
prop=
"lockStatus"
>
<el-table-column
<
template
#
default=
"scope"
>
:formatter=
"dateFormatter"
<dict-tag
:type=
"DICT_TYPE.INFRA_BOOLEAN_STRING"
:value=
"scope.row.lockStatus"
/>
align=
"center"
</
template
>
label=
"创建时间"
</el-table-column>
prop=
"createTime"
<!-- TODO @wanwan 距进入公海天数 -->
width=
"180px"
/>
<el-table-column
align=
"center"
label=
"负责人"
prop=
"ownerUserName"
width=
"100px"
/>
<el-table-column
align=
"center"
label=
"所属部门"
prop=
"ownerUserDeptName"
width=
"100px"
/>
<el-table-column
align=
"center"
label=
"创建人"
prop=
"creatorName"
width=
"100px"
/>
<el-table-column
align=
"center"
fixed=
"right"
label=
"操作"
min-width=
"150"
>
<el-table-column
align=
"center"
fixed=
"right"
label=
"操作"
min-width=
"150"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<el-button
<el-button
...
...
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