Browse Source

修改巡检

caojunjie 4 năm trước cách đây
mục cha
commit
a895a57480
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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>