From 5a72942254d0a4cae77c2980b014a5cf55a52cf9 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期五, 24 二月 2023 16:49:31 +0800
Subject: [PATCH] 更新

---
 src/views/basic/material/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/basic/material/index.vue b/src/views/basic/material/index.vue
index 1ac05d1..7bde878 100644
--- a/src/views/basic/material/index.vue
+++ b/src/views/basic/material/index.vue
@@ -56,7 +56,7 @@
                         <el-table-column prop="updateByUserName" label="最后修改人" show-overflow-tooltip></el-table-column>
                         <el-table-column label="操作" width="150">
                             <template #default="scope">
-                                <el-button size="small" text type="primary" :icon="Edit" @click="openMaterialDialog('修改', scope.row)">修改</el-button>
+                                <el-button size="small" text type="primary" :icon="Edit" @click="openMaterialDialog('修改', scope.row)">编辑</el-button>
                                 <el-button size="small" text type="danger" :icon="Delete" @click="onDelMaterial(scope.row)">删除</el-button>
                             </template>
                         </el-table-column>
@@ -125,7 +125,7 @@
 };
 
 const onDelMaterial = (val: MaterialType) => {
-    ElMessageBox.confirm(`此操作将永久删除该设备:“${val.stuffName}”,是否继续?`, '提示', {
+    ElMessageBox.confirm(`此操作将永久删除该耗材:“${val.stuffName}”,是否继续?`, '提示', {
         confirmButtonText: '确认',
         cancelButtonText: '取消',
         type: 'warning'

--
Gitblit v1.9.2