b37ad170 by zhen

feat:更新客户信息状态处理逻辑

1 parent 84fb06f2
......@@ -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: '终止跟进',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!