From 1dc7cc313eab65d20e0fc586912c4892c6edfbc0 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期三, 07 九月 2022 11:15:26 +0800 Subject: [PATCH] Default Changelist --- src/views/accidentManagementSystem/accidentExpress/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/accidentManagementSystem/accidentExpress/index.vue b/src/views/accidentManagementSystem/accidentExpress/index.vue index fd8d2fc..1960fb8 100644 --- a/src/views/accidentManagementSystem/accidentExpress/index.vue +++ b/src/views/accidentManagementSystem/accidentExpress/index.vue @@ -9,7 +9,7 @@ <div class="button_Line"> <div class="button_Left"> <el-button size="default" type="primary" @click="onOpenAdd"> - <el-icon> <Plus /> </el-icon>新建 + <el-icon> <Plus /> </el-icon>新增 </el-button> <el-button size="default" type="warning" plain :disabled="warning" @click="onEdit('修改', deletAll[0])"> <el-icon> <Edit /> </el-icon>修改 @@ -187,7 +187,7 @@ // 打开新增弹窗 const addRef = ref(); const onOpenAdd = () => { - addRef.value.openDialog('新建事故快报',false); + addRef.value.openDialog('新增事故快报',false); }; // 新增后刷新 const onMyAdd = (e: boolean) => { @@ -356,4 +356,4 @@ min-width: 30px; border-radius: 2px; } -</style> +</style> \ No newline at end of file -- Gitblit v1.9.2