This commit is contained in:
parent
06a710d1f8
commit
a599e72a6b
@ -179,7 +179,7 @@ function handleDownloadExcel() {
|
|||||||
<template #action="{ row }">
|
<template #action="{ row }">
|
||||||
<Space>
|
<Space>
|
||||||
<ghost-button
|
<ghost-button
|
||||||
v-access:code="['domain:procurementApplication:audit']"
|
v-access:code="['domain:procurementApplication:edit']"
|
||||||
:disabled="row.state === '1' || row.state === '2'"
|
:disabled="row.state === '1' || row.state === '2'"
|
||||||
type="primary"
|
type="primary"
|
||||||
@click.stop="handleAudit(row)"
|
@click.stop="handleAudit(row)"
|
||||||
@ -187,7 +187,7 @@ function handleDownloadExcel() {
|
|||||||
审核
|
审核
|
||||||
</ghost-button>
|
</ghost-button>
|
||||||
<ghost-button
|
<ghost-button
|
||||||
v-access:code="['domain:procurementApplication:detail']"
|
v-access:code="['domain:procurementApplication:query']"
|
||||||
@click.stop="handleDetail(row)"
|
@click.stop="handleDetail(row)"
|
||||||
>
|
>
|
||||||
详情
|
详情
|
||||||
|
Loading…
Reference in New Issue
Block a user