|
@@ -112,7 +112,7 @@ const gridOptions = reactive<any>({
|
|
|
{ field: 'acceptTime', title: '签收时间', width: 160, formatter: 'formatDate' },
|
|
|
{ field: 'handleTime', title: '办理时间', width: 160, formatter: 'formatDate' },
|
|
|
{ field: 'stepExpiredTime', title: '期满时间', width: 160, formatter: 'formatDate' },
|
|
|
- { field: 'expiredStatusText', title: '超期状态' },
|
|
|
+ { field: 'expiredStatusText', title: '超期状态',minWidth:120 },
|
|
|
{ field: 'traceTypeText', title: '流转状态' },
|
|
|
{ field: 'counterSignTypeText', title: '是否会签', width: 90, slots: { default: 'action' } },
|
|
|
],
|