权限修改

This commit is contained in:
yinjinlu-pc\尹金路
2023-11-11 18:33:50 +08:00
parent d35d8d201b
commit efb73ef9dd
9 changed files with 27 additions and 26 deletions

View File

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

View File

@@ -103,7 +103,7 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
v-hasPermi="['wm:wmstock:export']"
v-hasPermi="['mes:wm:wmstock:export']"
>导出</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>