@@ -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"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
- v-hasPermi="['warehouse:log:remove']"
>删除</el-button>
</template>
</el-table-column>