소스 검색

修改巡检

caojunjie 4 년 전
부모
커밋
a895a57480
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/views/warehouseCheck/index.vue

+ 0 - 2
src/views/warehouseCheck/index.vue

@@ -99,14 +99,12 @@
             type="text"
             icon="el-icon-edit"
             @click="handleUpdate(scope.row)"
-            v-hasPermi="['warehouse:log:edit']"
           >修改</el-button>
           <el-button
             size="mini"
             type="text"
             icon="el-icon-delete"
             @click="handleDelete(scope.row)"
-            v-hasPermi="['warehouse:log:remove']"
           >删除</el-button>
         </template>
       </el-table-column>