|
@@ -138,6 +138,7 @@ export const ZGTableHeader = [
|
|
|
{ field: 'sourceChannel', title: '来源渠道', width: 110 },
|
|
|
{ field: 'hotspotName', title: '热点分类', width: 150 },
|
|
|
{ field: 'acceptorName', title: '受理人', width: 120 },
|
|
|
+ { field: 'orderTag', title: '工单标签', width: 140 },
|
|
|
];
|
|
|
|
|
|
export const LZTableHeader = [
|
|
@@ -210,4 +211,5 @@ export const LZTableHeader = [
|
|
|
},
|
|
|
},
|
|
|
{ field: 'counterSignTypeText', title: '是否会签', width: 110 },
|
|
|
+ { field: 'orderTag', title: '工单标签', width: 140 },
|
|
|
]
|