|
@@ -556,7 +556,7 @@ const columns = ref<any[]>([
|
|
{ prop: 'expiredStatusText', label: '超期状态', align: 'center', width: 80 },
|
|
{ prop: 'expiredStatusText', label: '超期状态', align: 'center', width: 80 },
|
|
{ prop: 'no', label: '工单编码', width: 150 },
|
|
{ prop: 'no', label: '工单编码', width: 150 },
|
|
{ prop: 'isProvinceText', label: '省/市工单', width: 100 },
|
|
{ prop: 'isProvinceText', label: '省/市工单', width: 100 },
|
|
- { prop: 'emergencyLevelText', label: '是否紧急'},
|
|
|
|
|
|
+ // { prop: 'emergencyLevelText', label: '是否紧急'},
|
|
{ prop: 'actualHandleStepName', label: '办理节点', width: 150 },
|
|
{ prop: 'actualHandleStepName', label: '办理节点', width: 150 },
|
|
{ prop: 'statusText', label: '工单状态', width: 100 },
|
|
{ prop: 'statusText', label: '工单状态', width: 100 },
|
|
{ prop: 'title', label: '工单标题', width: 300 },
|
|
{ prop: 'title', label: '工单标题', width: 300 },
|