소스 검색

reactor:执法工单调整;

zhangchong 9 달 전
부모
커밋
20ced5b767

+ 1 - 1
src/views/judicial/order/custom.vue

@@ -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',

+ 1 - 1
src/views/judicial/statistics/detailArea.vue

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

+ 1 - 1
src/views/judicial/statistics/detailDepartment.vue

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

+ 1 - 1
src/views/judicial/statistics/detailEventClass.vue

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

+ 1 - 1
src/views/judicial/statistics/detailSatisfied.vue

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