修改出库管理的权限
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
plain
|
||||
icon="Plus"
|
||||
@click="handleAdd"
|
||||
v-hasPermi="['wisdom:stock:add']"
|
||||
v-hasPermi="['wisdom:bill:add']"
|
||||
>新增出库</el-button
|
||||
>
|
||||
</el-col>
|
||||
@@ -75,7 +75,7 @@
|
||||
plain
|
||||
icon="Download"
|
||||
@click="handleExport"
|
||||
v-hasPermi="['wisdom:stock:export']"
|
||||
v-hasPermi="['wisdom:bill:export']"
|
||||
>导出</el-button
|
||||
>
|
||||
</el-col>
|
||||
|
||||
Reference in New Issue
Block a user