From 0082b347d40f29d9b95a003cd589960079f47584 Mon Sep 17 00:00:00 2001
From: 王恒 <318726284@qq.com>
Date: 星期五, 18 七月 2025 14:25:29 +0800
Subject: [PATCH] '新增导入功能'

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

diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue
index aae2c54..e3ac031 100644
--- a/src/views/system/dict/index.vue
+++ b/src/views/system/dict/index.vue
@@ -131,7 +131,7 @@
          <el-table-column label="鎿嶄綔" align="center" width="160" class-name="small-padding fixed-width">
             <template #default="scope">
                <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)" v-hasPermi="['system:dict:edit']">淇敼</el-button>
-               <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['system:dict:remove']">鍒犻櫎</el-button>
+               <el-button link type="danger" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['system:dict:remove']">鍒犻櫎</el-button>
             </template>
          </el-table-column>
       </el-table>
@@ -153,7 +153,7 @@
             <el-form-item label="瀛楀吀绫诲瀷" prop="dictType">
                <el-input v-model="form.dictType" placeholder="璇疯緭鍏ュ瓧鍏哥被鍨�" />
             </el-form-item>
-            <el-form-item label="鑷畾涔�" prop="dictType">
+            <el-form-item label="绯荤粺鍐呯疆" prop="dictType">
                <el-switch v-model="form.isSystem" :active-value="1" :inactive-value="0"></el-switch>
             </el-form-item>
             <el-form-item label="鐘舵��" prop="status">

--
Gitblit v1.9.1