@@ -87,6 +87,7 @@ export const TableColumns = [
isHidden:true,
},
+
// {
// item:{key: "customerName", title: "收货客户" ,width:100,},
// attr:{
@@ -148,7 +149,18 @@ export const TableColumns = [
isSummary:true,
- },
+ },
+ {
+ item: {
+ key: "isUrgency",
+ title: "紧急程度",
+ width:100,
+ attr: {
+ is: "el-dict-tag",
+ dictName: "urgency_degree"
// key: "isMarketing",
// title: "已协同生成销售订单",
@@ -78,6 +78,17 @@ export default function useColumns() {
attr: {},
+ // item: {
+ // key: "isUrgency",
+ // title: "紧急程度",
+ // width :100 ,
+ // },
+ // attr: {
+ // is: "el-dict-tag",
+ // dictName: "sys_yes_no"
+ // {
// item: { key: "materialDesc", title: "物料描述",width :100 },
// attr: {},
// },
@@ -153,6 +153,8 @@ export default {
>
</template>
<div v-for="(item, index) in data" :key="index" class="m-4">
<el-descriptions>