|
@@ -150,17 +150,17 @@ export const TableColumns = [
|
|
|
isSummary:true,
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- item: {
|
|
|
- key: "isUrgency",
|
|
|
- title: "紧急程度",
|
|
|
- width:100,
|
|
|
- },
|
|
|
- attr: {
|
|
|
- is: "el-dict-tag",
|
|
|
- dictName: "urgency_degree"
|
|
|
- },
|
|
|
- },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -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"
|
|
|
- },
|
|
|
- },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|