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
7146fdc9
authored
Nov 06, 2023
by
Wanwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 客户 review 修改
parent
a9faeb1b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
src/views/crm/customer/detail/CustomerDetails.vue
+3
-4
src/views/crm/customer/detail/index.vue
+1
-2
No files found.
src/views/crm/customer/detail/CustomerDetails.vue
View file @
7146fdc9
...
@@ -44,6 +44,9 @@
...
@@ -44,6 +44,9 @@
<el-descriptions-item
label=
"下次联系时间"
>
<el-descriptions-item
label=
"下次联系时间"
>
{{ customer.contactNextTime ? formatDate(customer.contactNextTime, 'YYYY-MM-DD') : '空' }}
{{ customer.contactNextTime ? formatDate(customer.contactNextTime, 'YYYY-MM-DD') : '空' }}
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
label=
"最后跟进时间"
>
{{ customer.contactLastTime ? formatDate(customer.contactLastTime) : '空' }}
</el-descriptions-item>
</el-descriptions>
</el-descriptions>
<el-descriptions
:column=
"1"
>
<el-descriptions
:column=
"1"
>
<el-descriptions-item
label=
"客户描述"
>
<el-descriptions-item
label=
"客户描述"
>
...
@@ -71,10 +74,6 @@
...
@@ -71,10 +74,6 @@
<el-descriptions-item
label=
"更新时间"
>
<el-descriptions-item
label=
"更新时间"
>
{{ customer.updateTime ? formatDate(customer.updateTime) : '空' }}
{{ customer.updateTime ? formatDate(customer.updateTime) : '空' }}
</el-descriptions-item>
</el-descriptions-item>
<!-- TODO wanwan:要不把“最后跟进时间”放到“下次联系时间”后面 -->
<el-descriptions-item
label=
"最后跟进时间"
>
{{ customer.contactLastTime ? formatDate(customer.contactLastTime) : '空' }}
</el-descriptions-item>
</el-descriptions>
</el-descriptions>
</el-collapse-item>
</el-collapse-item>
</el-collapse>
</el-collapse>
...
...
src/views/crm/customer/detail/index.vue
View file @
7146fdc9
...
@@ -63,8 +63,7 @@
...
@@ -63,8 +63,7 @@
</el-descriptions-item>
</el-descriptions-item>
</el-descriptions>
</el-descriptions>
</ContentWrap>
</ContentWrap>
<!-- TODO wanwan:这个 tab 拉满哈,可以更好看; -->
<el-col>
<el-col
:span=
"18"
>
<el-tabs>
<el-tabs>
<el-tab-pane
label=
"详细资料"
>
<el-tab-pane
label=
"详细资料"
>
<!-- TODO wanwan:这个 ml-2 是不是可以优化下,不要整个左移,而是里面的内容有个几 px 的偏移,不顶在框里 -->
<!-- TODO wanwan:这个 ml-2 是不是可以优化下,不要整个左移,而是里面的内容有个几 px 的偏移,不顶在框里 -->
...
...
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