Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuzhen@situdata.com
/
yunxiao-admin-fe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3d9a0544
authored
2020-12-24 14:07:37 +0800
by
zhen
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:删除客户信息年收入和地址字段以及更新状态映射字段
1 parent
f01c464b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/views/monitorDetails.vue
src/views/monitorDetails.vue
View file @
3d9a054
...
...
@@ -11,8 +11,8 @@
<div
class=
"item"
>
状态:
{{
transCustStatus
(
custInfoCopy
.
custStatus
)
}}
</div>
<div
class=
"item"
>
年收入:
{{
custInfoCopy
.
custIncome
}}
</div>
<div
class=
"item"
>
地址:
{{
custInfoCopy
.
custAddr
}}
</div>
<
!--
<
div
class=
"item"
>
年收入:
{{
custInfoCopy
.
custIncome
}}
</div>
<div
class=
"item"
>
地址:
{{
custInfoCopy
.
custAddr
}}
</div>
-->
<div
class=
"item"
>
备注:
{{
custInfoCopy
.
custRemarks
}}
</div>
</Card>
<div
class=
"video-wrapper"
>
...
...
@@ -89,11 +89,11 @@ export default {
},
methods
:
{
transCustStatus
(
status
)
{
const
numStatus
=
status
-
0
const
numStatus
=
+
status
const
map
=
{
0
:
'
待交流
'
,
1
:
'
交流中
'
,
2
:
'
已承保
'
0
:
'
终止跟进
'
,
1
:
'
继续跟进
'
,
2
:
'
重点跟进
'
}
return
map
[
numStatus
]
},
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment