|
@@ -90,7 +90,7 @@ const orderColumns = [
|
|
|
{ prop: 'expiredTime', label: '工单期满时间', width: 160, render: (scope: any) => formatDate(scope.row.expiredTime, 'YYYY-mm-dd HH:MM:SS') },
|
|
|
{ prop: 'filedTime', label: '办结时间', width: 160, render: (scope: any) => formatDate(scope.row.filedTime, 'YYYY-mm-dd HH:MM:SS') },
|
|
|
{ prop: 'orgLevelOneName', label: '一级部门', width: 140 },
|
|
|
- { prop: 'currentHandleOrgName', label: '接办部门', width: 140 },
|
|
|
+ { prop: 'actualHandleOrgName', label: '接办部门', width: 140 },
|
|
|
{ prop: 'acceptType', label: '受理类型', width: 100 },
|
|
|
{ prop: 'counterSignTypeText', label: '是否会签', width: 90 },
|
|
|
{ prop: 'sourceChannel', label: '来源渠道', width: 100 },
|
|
@@ -109,7 +109,7 @@ const visitColumns = [
|
|
|
{ prop: 'order.hotspotName', label: '热点分类', width: 150 },
|
|
|
{ prop: 'order.acceptorName', label: '受理人', width: 120 },
|
|
|
{ prop: 'order.orgLevelOneName', label: '一级部门', width: 140 },
|
|
|
- { prop: 'order.currentHandleOrgName', label: '接办部门', width: 140 },
|
|
|
+ { prop: 'order.actualHandleOrgName', label: '接办部门', width: 140 },
|
|
|
{ prop: 'order.startTime', label: '受理时间', width: 160, render: (scope: any) => formatDate(scope.row.order?.startTime, 'YYYY-mm-dd HH:MM:SS') },
|
|
|
{ prop: 'order.filedTime', label: '办结时间', width: 160, render: (scope: any) => formatDate(scope.row.order?.filedTime, 'YYYY-mm-dd HH:MM:SS') },
|
|
|
{ prop: 'publishTime', label: '发布时间', width: 160, render: (scope: any) => formatDate(scope.row.publishTime, 'YYYY-mm-dd HH:MM:SS') },
|