From a191b146987b36eaad9b441c458f74c69aeef63f Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期日, 27 十月 2024 21:16:58 +0800
Subject: [PATCH] 修改了对应的bug

---
 ruoyi-ui/src/views/system/family/index.vue |   15 ++-------------
 1 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/ruoyi-ui/src/views/system/family/index.vue b/ruoyi-ui/src/views/system/family/index.vue
index 300cdf8..de5de6f 100644
--- a/ruoyi-ui/src/views/system/family/index.vue
+++ b/ruoyi-ui/src/views/system/family/index.vue
@@ -71,13 +71,13 @@
             @click="handleUpdate(scope.row)"
             v-hasPermi="['system:role:edit']"
           >淇敼</el-button>
-          <el-button
+ <!--         <el-button
             size="mini"
             type="text"
             icon="el-icon-delete"
             @click="handleDelete(scope.row)"
             v-hasPermi="['system:role:remove']"
-          >鍒犻櫎</el-button>
+          >鍒犻櫎</el-button> -->
 
         </template>
       </el-table-column>
@@ -98,17 +98,6 @@
           <el-input v-model="form.name" placeholder="璇疯緭鍏ュ搴悕绉�" @blur="chongf()"/>
         </el-form-item>
 
-         <el-form-item label="鏈鎴愬憳"  prop="fid">
-           <el-select v-model="form.fid"  :disabled="ts" placeholder="璇烽�夋嫨" @change="handleChange">
-             <el-option
-               v-for="item in fatherInfo"
-               :key="item.id"
-               :label="item.label"
-               :value="item.id"
-             ></el-option>
-           </el-select>
-
-         </el-form-item>
 
 
 

--
Gitblit v1.9.1