Browse Source

客户信息修改

dev_web_online
陈薪名 2 years ago
parent
commit
93b12d19aa
  1. 6
      fe/PC/src/utils/tableColumns/index.js

6
fe/PC/src/utils/tableColumns/index.js

@ -227,12 +227,12 @@ export const BomInner = [
// 客户信息 20230328 // 客户信息 20230328
export const Customer = [ export const Customer = [
{ {
label: "客户名称", label: "客户代码",
prop: "name", prop: "code",
fixed: "left", fixed: "left",
type: "name" type: "name"
}, },
{ label: "客户代码", prop: "code" }, { label: "客户名称", prop: "name" },
{ label: "状态", prop: "isActive", type: "filter", filters: "openToCloseBit" }, { label: "状态", prop: "isActive", type: "filter", filters: "openToCloseBit" },
{ label: "联系人", prop: "contacts" }, { label: "联系人", prop: "contacts" },
{ label: "电话", prop: "phone" }, { label: "电话", prop: "phone" },

Loading…
Cancel
Save