yanliming %!s(int64=3) %!d(string=hai) anos
pai
achega
fe78bf1dcd
Modificáronse 1 ficheiros con 12 adicións e 10 borrados
  1. 12 10
      src/views/base/orgInfo-list.vue

+ 12 - 10
src/views/base/orgInfo-list.vue

@@ -149,21 +149,22 @@
                 <el-button
                   type="text"
                   @click="() => append(data)">
-                  <i class="el-icon-circle-plus-outline"></i>
+                  添加
                 </el-button>
-                <el-button
+                -
+                <el-link
                   v-if="data.parentId!=null"
-                  type="text"
+                  type="danger"
                   @click="() => remove(data)">
-                  <i class="el-icon-delete"></i>
-                </el-button>
-                <el-button
+                  删除
+                </el-link>
+                <el-link
                   v-if="data.parentId == null"
                   :disabled= true
-                  type="text"
+                  type="danger"
                   @click="() => remove(data)">
-                  <i class="el-icon-delete"></i>
-                </el-button>
+                  删除
+                </el-link>
               </span>
             </span>
           </el-tree>
@@ -764,8 +765,9 @@ export default {
     display: flex;
     align-items: center;
     justify-content: space-between;
-    font-size: 14px;
+    font-size: 16px;
     padding-right: 8px;
+    
   }
 
   .dialog-footer{