Browse Source

基础数据客户信息类型修改

dev_web_online
陈薪名 2 years ago
parent
commit
8e780dabd7
  1. 5
      fe/PC/src/filters/status.js
  2. 4
      fe/PC/src/views/basicData/CustomerManage/Customer.vue

5
fe/PC/src/filters/status.js

@ -1184,7 +1184,10 @@ export function nextAction(index, prop) {
*/
export function customerType(index, prop) {
let type = {
1: {
label: "正常用户",
value: 1
},
}
return Enum(type, index, prop)
}

4
fe/PC/src/views/basicData/CustomerManage/Customer.vue

@ -119,7 +119,7 @@ export default {
contacts: null,
currency: null,
isActive: true,
type: 0,
type: 1,
code: null,
company: null,
},
@ -137,7 +137,7 @@ export default {
contacts: null,
currency: null,
isActive: true,
type: 0,
type: 1,
concurrencyStamp: null,
},
editOptions: {},

Loading…
Cancel
Save