|
@@ -150,17 +150,17 @@ export const TableColumns = [
|
|
|
isSummary:true,
|
|
|
},
|
|
|
},
|
|
|
- // {
|
|
|
- // item: {
|
|
|
- // key: "isUrgency",
|
|
|
- // title: "紧急程度",
|
|
|
- // width:100,
|
|
|
- // },
|
|
|
- // attr: {
|
|
|
- // is: "el-dict-tag",
|
|
|
- // dictName: "urgency_degree"
|
|
|
- // },
|
|
|
- // },
|
|
|
+ {
|
|
|
+ item: {
|
|
|
+ key: "isUrgency",
|
|
|
+ title: "紧急程度",
|
|
|
+ width:100,
|
|
|
+ },
|
|
|
+ attr: {
|
|
|
+ is: "el-dict-tag",
|
|
|
+ dictName: "urgency_degree"
|
|
|
+ },
|
|
|
+ },
|
|
|
// {
|
|
|
// key: "isMarketing",
|
|
|
// title: "已协同生成销售订单",
|
|
@@ -1320,28 +1320,28 @@ export const SearchColumns = [
|
|
|
dictName: "order_delivery_status",
|
|
|
},
|
|
|
},
|
|
|
- // {
|
|
|
- // item: {
|
|
|
- // key: "isUrgency",
|
|
|
- // title: "紧急标识",
|
|
|
- // },
|
|
|
- // attr: {
|
|
|
- // clearable: true,
|
|
|
- // is: "el-select",
|
|
|
- // dictName: "sys_yes_no"
|
|
|
- // },
|
|
|
- // },
|
|
|
- // {
|
|
|
- // item: {
|
|
|
- // key: "isReplenishment",
|
|
|
- // title: "补单标识",
|
|
|
- // },
|
|
|
- // attr: {
|
|
|
- // clearable: true,
|
|
|
- // is: "el-select",
|
|
|
- // dictName: "sys_yes_no"
|
|
|
- // },
|
|
|
- // },
|
|
|
+ {
|
|
|
+ item: {
|
|
|
+ key: "isUrgency",
|
|
|
+ title: "紧急标识",
|
|
|
+ },
|
|
|
+ attr: {
|
|
|
+ clearable: true,
|
|
|
+ is: "el-select",
|
|
|
+ dictName: "sys_yes_no"
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ item: {
|
|
|
+ key: "isReplenishment",
|
|
|
+ title: "补单标识",
|
|
|
+ },
|
|
|
+ attr: {
|
|
|
+ clearable: true,
|
|
|
+ is: "el-select",
|
|
|
+ dictName: "sys_yes_no"
|
|
|
+ },
|
|
|
+ },
|
|
|
|
|
|
// {
|
|
|
// item:{
|