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
b37ad170
authored
2021-01-06 19:39:54 +0800
by
zhen
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:更新客户信息状态处理逻辑
1 parent
84fb06f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
src/views/monitorDetails.vue
src/views/monitorDetails.vue
View file @
b37ad17
...
...
@@ -92,13 +92,16 @@ export default {
}
},
custIdTypeCom
()
{
return
custIdTypeMap
[
this
.
custInfoCopy
.
custIdType
]
?
custIdTypeMap
[
this
.
custInfoCopy
.
custIdType
]
:
'无'
return
custIdTypeMap
[
this
.
custInfoCopy
.
custIdType
]
?
custIdTypeMap
[
this
.
custInfoCopy
.
custIdType
]
:
'无'
}
},
methods
:
{
transCustStatus
(
status
)
{
if
(
status
===
''
)
{
return
'无'
}
const
numStatus
=
+
status
const
map
=
{
0
:
'终止跟进'
,
...
...
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