소스 검색

用户扩展

luowei 2 년 전
부모
커밋
214b5d84ed
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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']"