From e2fdfe540eaf160dc7d063c60667041edcc64e86 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期二, 05 十一月 2024 22:55:14 +0800
Subject: [PATCH] 处理显示名称

---
 src/views/tpm/MachineGroup.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/tpm/MachineGroup.vue b/src/views/tpm/MachineGroup.vue
index 6c28209..c7fa5bb 100644
--- a/src/views/tpm/MachineGroup.vue
+++ b/src/views/tpm/MachineGroup.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-04-27 20:02:44
  * @LastEditors: gaoshp
- * @LastEditTime: 2024-09-29 19:33:58
+ * @LastEditTime: 2024-11-04 20:10:22
  * @FilePath: /cps-web/src/views/tpm/MachineGroup.vue
 -->
 <template>
@@ -27,7 +27,7 @@
                     <el-form-item label="涓婄骇鐩綍" prop="parentName">
                         <el-input disabled style="width: 240px" v-model="form.parentName"></el-input>
                     </el-form-item>
-                    <el-form-item label="鏈哄櫒缁勫悕绉�" prop="name">
+                    <el-form-item label="璁惧缁勫悕绉�" prop="name">
                         <el-input :disabled="(form.id === '102' || form.id === '2')" style="width: 240px"
                             v-model="form.name" clearable></el-input>
                     </el-form-item>
@@ -97,7 +97,7 @@
         },
         del() {
             this.$confirm(
-                '纭鍒犻櫎璇ユ満鍣ㄧ粍锛�',
+                '纭鍒犻櫎璇ヨ澶囩粍锛�',
                 {
                     distinguishCancelAndClose: true,
                     confirmButtonText: '鍒犻櫎',

--
Gitblit v1.9.3