Browse Source

用户扩展

luowei 2 năm trước cách đây
mục cha
commit
214b5d84ed
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/system/user/index.vue

+ 2 - 0
src/views/system/user/index.vue

@@ -276,9 +276,11 @@
             class-name="small-padding fixed-width"
           >
             <template slot-scope="scope">
+              
               <el-button
                 size="mini"
                 type="text"
+                v-if="scope.row.isManage=='Y'"
                 icon="el-icon-plus"
                 @click="handleExtend(scope.row)"
                 v-hasPermi="['system:user:extend']"