Pārlūkot izejas kodu

reactor:新增网上群众路线统计;

zhangchong 4 mēneši atpakaļ
vecāks
revīzija
62ade4471b

+ 1 - 0
src/components/AuditRecord/index.vue

@@ -40,6 +40,7 @@ const openDialog = async (row: any) => {
     state.dialogTitle = row.dialogTitle ?? '';
     state.loading = false;
   } catch (error) {
+		console.log(error,'错误')
     state.loading = false;
     state.dialogVisible = false;
   }

+ 2 - 2
src/components/OrderDetail/index.vue

@@ -960,8 +960,8 @@ const onRecord = () => {
 		dialogTitle: '流程明细',
 		...state.ruleForm,
 	};
-	// auditRecordRef.value.openDialog(params);
-	processDetailRef.value.openDialog(params);
+	auditRecordRef.value.openDialog(params);
+	// processDetailRef.value.openDialog(params);
 };
 // 申请延期
 const delayApplyRef = ref<RefType>();

+ 1 - 1
src/components/ProcessDetail/index.vue

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