删除权限

This commit is contained in:
砂糖
2025-07-19 17:29:15 +08:00
parent 245bc4973b
commit 5bd163d8cd
19 changed files with 253 additions and 221 deletions

View File

@@ -50,7 +50,7 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['klp:stockIo:add']"
>新增</el-button>
</el-col>
<el-col :span="1.5">
@@ -61,7 +61,7 @@
size="mini"
:disabled="single"
@click="handleUpdate"
v-hasPermi="['klp:stockIo:edit']"
>修改</el-button>
</el-col>
<el-col :span="1.5">
@@ -72,7 +72,7 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
v-hasPermi="['klp:stockIo:remove']"
>删除</el-button>
</el-col>
<el-col :span="1.5">
@@ -82,7 +82,7 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
v-hasPermi="['klp:stockIo:export']"
>导出</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -121,14 +121,14 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['klp:stockIo:edit']"
>修改</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['klp:stockIo:remove']"
>删除</el-button>
<el-button
size="mini"