소스 검색

选择框固定在表格左侧

lichao 3 년 전
부모
커밋
ca74c005c1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/combination/listComponent.vue

+ 1 - 0
src/combination/listComponent.vue

@@ -75,6 +75,7 @@
         sortable
       >
         <template slot-scope="scope">
+<!--          <span style="display:none;">{{item.disabled}}</span>-->
           <span v-if="item.name === '操作'">
             <span v-if="item.operation == 1">
               <el-button type="text" @click="viewMethod(scope)" v-hasPermi="hasPermi.lookup">查看</el-button>