Browse Source

修改巡检

caojunjie 4 years ago
parent
commit
a895a57480
1 changed files with 0 additions and 2 deletions
  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>