From 375b6acbd3a8f9cf51f967b09ecd09eccd1a12f3 Mon Sep 17 00:00:00 2001 From: zhaojiale <631455805@qq.com> Date: 星期四, 18 八月 2022 17:53:29 +0800 Subject: [PATCH] 统计 事故统计 --- src/views/accidentManagementSystem/workInjuryDeclaration/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue b/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue index 3974a64..56b9e69 100644 --- a/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue +++ b/src/views/accidentManagementSystem/workInjuryDeclaration/index.vue @@ -22,7 +22,7 @@ </el-icon> 新建 </el-button> - <el-button size="default" type="warning" plain :disabled="warning"> + <el-button size="default" type="warning" plain :disabled="warning" @click="onEdit('修改', deletAll[0])"> <el-icon> <Edit /> </el-icon> @@ -168,7 +168,7 @@ onMounted(() => { listApi(); }); - const accidentName=ref() + const accidentName = ref(); // 重置 const submitReset = () => { listQuery.searchParams.accidentExpressId = ''; @@ -302,7 +302,7 @@ listQuery.pageIndex = val; }; return { - accidentName, + accidentName, daiInpt, showRef, upButton, @@ -328,6 +328,7 @@ total, onMyAdd, onSelectItem, + deletAll }; }, }); -- Gitblit v1.9.2