From 35a36f60cdbd9ef3bf2ab7be9f418f988c93c5eb Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期五, 21 四月 2023 17:05:02 +0800
Subject: [PATCH] 1、主题库定义相关代码。 2、枚举定义相关代码移植修改。

---
 Source/UBCS-WEB/src/views/omd/dict.vue |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/omd/dictbiz.vue b/Source/UBCS-WEB/src/views/omd/dict.vue
similarity index 95%
rename from Source/UBCS-WEB/src/views/omd/dictbiz.vue
rename to Source/UBCS-WEB/src/views/omd/dict.vue
index 0414d86..18aaaf8 100644
--- a/Source/UBCS-WEB/src/views/omd/dictbiz.vue
+++ b/Source/UBCS-WEB/src/views/omd/dict.vue
@@ -39,7 +39,7 @@
           size="small"
           @click.stop="handleRowClick(scope.row)"
           v-if="userInfo.role_name.includes('admin')"
-        >瀛楀吀閰嶇疆
+        >鏋氫妇閰嶇疆
         </el-button>
       </template>
       <template slot-scope="{row}" slot="code">
@@ -49,7 +49,7 @@
         <el-tag>{{ row.isSealed === 0 ? '鍚�' : '鏄�' }}</el-tag>
       </template>
     </avue-crud>
-    <el-dialog :title="`[${dictValue}]瀛楀吀閰嶇疆`"
+    <el-dialog :title="`[${dictValue}]鏋氫妇閰嶇疆`"
                append-to-body
                :visible.sync="box"
                width="1000px">
@@ -84,16 +84,16 @@
           >鍒� 闄�
           </el-button>
         </template>
-        <template slot-scope="scope" slot="menu">
-          <el-button
-            type="text"
-            icon="el-icon-circle-plus-outline"
-            size="small"
-            @click.stop="handleAdd(scope.row,scope.index)"
-            v-if="userInfo.role_name.includes('admin')"
-          >鏂板瀛愰」
-          </el-button>
-        </template>
+<!--        <template slot-scope="scope" slot="menu">-->
+<!--          <el-button-->
+<!--            type="text"-->
+<!--            icon="el-icon-circle-plus-outline"-->
+<!--            size="small"-->
+<!--            @click.stop="handleAdd(scope.row,scope.index)"-->
+<!--            v-if="userInfo.role_name.includes('admin')"-->
+<!--          >鏂板瀛愰」-->
+<!--          </el-button>-->
+<!--        </template>-->
         <template slot-scope="{row}" slot="isSealed">
           <el-tag>{{ row.isSealed === 0 ? '鍚�' : '鏄�' }}</el-tag>
         </template>
@@ -111,8 +111,8 @@
     add,
     getDict,
     getDictTree
-  } from "@/api/omd/dictbiz";
-  import {optionParent, optionChild} from "@/option/system/dictbiz";
+  } from "@/api/omd/dict";
+  import {optionParent, optionChild} from "@/const/omd/dict";
   import {mapGetters} from "vuex";
 
   export default {

--
Gitblit v1.9.3