瀏覽代碼

reactor:关于司法板块的优化;

zhangchong 9 月之前
父節點
當前提交
36a3a35fce

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

@@ -186,7 +186,7 @@ const columns = ref<any[]>([
 	{ prop: 'acceptType', label: '受理类型', minWidth: 150 },
 	{ prop: 'hotspotName', label: '热点分类', minWidth: 200 },
 	{ prop: 'acceptType', label: '执法部门', minWidth: 150 },
-	{ prop: 'city', label: '事发地址', minWidth: 150 },
+	{ prop: 'incidentAddressText', label: '事发地址', minWidth: 150 },
 	{
 		prop: 'creationTime',
 		label: '生成时间',
@@ -196,7 +196,7 @@ const columns = ref<any[]>([
 		},
 	},
 	{
-		prop: 'isItCounted',
+		prop: 'IsItCountedText',
 		label: '状态',
 		width: 170,
 		render: (scope) => {
@@ -295,7 +295,7 @@ const changeIsEnable = (row: any) => {
 				});
 		})
 		.catch(() => {
-			queryList();
+			// queryList();
 		});
 };
 // 新建工单

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

@@ -285,7 +285,7 @@ const columns = ref<any[]>([
 	{ prop: 'acceptType', label: '受理类型', minWidth: 150 },
 	{ prop: 'hotspotName', label: '热点分类', minWidth: 200 },
 	{ prop: 'acceptType', label: '执法部门', minWidth: 150 },
-	{ prop: 'city', label: '事发地址', minWidth: 150 },
+	{ prop: 'incidentAddressText', label: '事发地址', minWidth: 150 },
 	{
 		prop: 'creationTime',
 		label: '生成时间',

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

@@ -18,6 +18,9 @@
 				<template #title="{ row }">
 					<order-detail :order="row" @updateList="queryList">{{ row.title }}</order-detail>
 				</template>
+        <template #operation="{ row }">
+          <order-detail :order="row"/>
+        </template>
 			</ProTable>
 		</el-card>
 	</div>
@@ -55,7 +58,7 @@ const columns = ref<any[]>([
 	{ prop: 'acceptType', label: '受理类型', minWidth: 150 },
 	{ prop: 'hotspotName', label: '热点分类', minWidth: 200 },
 	{ prop: 'acceptType', label: '执法部门', minWidth: 150 },
-	{ prop: 'city', label: '事发地址', minWidth: 150 },
+	{ prop: 'incidentAddressText', label: '事发地址', minWidth: 150 },
 	{
 		prop: 'creationTime',
 		label: '生成时间',
@@ -81,6 +84,7 @@ const columns = ref<any[]>([
 		width: 150,
 	},
 	{ prop: 'eventTypeName', label: '事项类型', width: 200 },
+  { prop: 'operation', label: '操作', fixed: 'right', width: 100, align: 'center' },
 ]);
 /** 获取列表 */
 const routeQueryParams = route.query;

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

@@ -18,6 +18,9 @@
 				<template #title="{ row }">
 					<order-detail :order="row" @updateList="queryList">{{ row.title }}</order-detail>
 				</template>
+        <template #operation="{ row }">
+          <order-detail :order="row"/>
+        </template>
 			</ProTable>
 		</el-card>
 	</div>
@@ -55,7 +58,7 @@ const columns = ref<any[]>([
 	{ prop: 'acceptType', label: '受理类型', minWidth: 150 },
 	{ prop: 'hotspotName', label: '热点分类', minWidth: 200 },
 	{ prop: 'acceptType', label: '执法部门', minWidth: 150 },
-	{ prop: 'city', label: '事发地址', minWidth: 150 },
+	{ prop: 'incidentAddressText', label: '事发地址', minWidth: 150 },
 	{
 		prop: 'creationTime',
 		label: '生成时间',
@@ -81,6 +84,7 @@ const columns = ref<any[]>([
 		width: 150,
 	},
 	{ prop: 'eventTypeName', label: '事项类型', width: 200 },
+  { prop: 'operation', label: '操作', fixed: 'right', width: 100, align: 'center' },
 ]);
 /** 获取列表 */
 const routeQueryParams = route.query;

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

@@ -18,6 +18,9 @@
 				<template #title="{ row }">
 					<order-detail :order="row" @updateList="queryList">{{ row.title }}</order-detail>
 				</template>
+        <template #operation="{ row }">
+          <order-detail :order="row"/>
+        </template>
 			</ProTable>
 		</el-card>
 	</div>
@@ -55,7 +58,7 @@ const columns = ref<any[]>([
 	{ prop: 'acceptType', label: '受理类型', minWidth: 150 },
 	{ prop: 'hotspotName', label: '热点分类', minWidth: 200 },
 	{ prop: 'acceptType', label: '执法部门', minWidth: 150 },
-	{ prop: 'city', label: '事发地址', minWidth: 150 },
+	{ prop: 'incidentAddressText', label: '事发地址', minWidth: 150 },
 	{
 		prop: 'creationTime',
 		label: '生成时间',
@@ -81,6 +84,7 @@ const columns = ref<any[]>([
 		width: 150,
 	},
 	{ prop: 'eventTypeName', label: '事项类型', width: 200 },
+  { prop: 'operation', label: '操作', fixed: 'right', width: 100, align: 'center' },
 ]);
 /** 获取列表 */
 const routeQueryParams = route.query;

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

@@ -47,7 +47,7 @@ const columns = ref<any[]>([
 	{ prop: 'acceptType', label: '受理类型', minWidth: 150 },
 	{ prop: 'hotspotName', label: '热点分类', minWidth: 200 },
 	{ prop: 'acceptType', label: '执法部门', minWidth: 150 },
-	{ prop: 'city', label: '事发地址', minWidth: 150 },
+	{ prop: 'incidentAddressText', label: '事发地址', minWidth: 150 },
 	{
 		prop: 'creationTime',
 		label: '生成时间',