|
@@ -185,7 +185,7 @@ const columns = ref<any[]>([
|
|
|
{ prop: 'title', label: '工单标题', minWidth: 200 },
|
|
|
{ prop: 'acceptType', label: '受理类型', minWidth: 100 },
|
|
|
{ prop: 'hotspotName', label: '热点分类', minWidth: 150 },
|
|
|
- { prop: 'acceptType', label: '执法部门', minWidth: 140 },
|
|
|
+ { prop: 'enforcementOrdersHandlerText', label: '执法部门', minWidth: 140 },
|
|
|
{ prop: 'incidentAddressText', label: '事发地址', minWidth: 150 },
|
|
|
{
|
|
|
prop: 'creationTime',
|