|
@@ -189,6 +189,19 @@ export default function useColumns() {
|
|
|
valueFormat: "yyyy-MM-dd hh:mm:ss",
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ item: { width: 100, key: "customerName", title: "客户" },
|
|
|
+ attr: {
|
|
|
+ is: "el-popover-select-v2",
|
|
|
+ referName: "CUSTOMER_PARAM",
|
|
|
+ valueKey: "name",
|
|
|
+ clearable: true,
|
|
|
+ // dataMapping: {
|
|
|
+ // customer: "id",
|
|
|
+ // customerName: "name",
|
|
|
+ // },
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
item: { width: 100, key: "invalid", title: "价格失效日期", span: 8 },
|
|
|
attr: {
|