采购文件审批
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
icon="FolderAdd"
|
||||
type="primary"
|
||||
@click="formDialogRef.openDialog()"
|
||||
v-auth="'purchase_purchasingBusinessLeader_add'">
|
||||
v-auth="'purchasing_bus_leader_add'">
|
||||
新增
|
||||
</el-button>
|
||||
<el-button
|
||||
@@ -55,13 +55,13 @@
|
||||
icon="Delete"
|
||||
type="primary"
|
||||
class="ml10"
|
||||
v-auth="'purchase_purchasingBusinessLeader_del'"
|
||||
v-auth="'purchasing_bus_leader_del'"
|
||||
@click="handleDelete(selectObjs)">
|
||||
删除
|
||||
</el-button>
|
||||
<right-toolbar
|
||||
v-model:showSearch="showSearch"
|
||||
:export="'purchase_purchasingBusinessLeader_export'"
|
||||
:export="'purchasing_bus_leader_export'"
|
||||
@exportExcel="exportExcel"
|
||||
class="ml10"
|
||||
@queryTable="getDataList" />
|
||||
@@ -116,7 +116,7 @@
|
||||
icon="Delete"
|
||||
link
|
||||
type="danger"
|
||||
v-auth="'purchase_purchasingBusinessLeader_del'"
|
||||
v-auth="'purchasing_bus_leader_del'"
|
||||
@click="handleDelete([scope.row.id])">
|
||||
删除
|
||||
</el-button>
|
||||
|
||||
Reference in New Issue
Block a user