fix:按钮权限
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 5m44s

This commit is contained in:
dev_ljl 2025-08-22 11:14:07 +08:00
parent 06a710d1f8
commit a599e72a6b

View File

@ -179,7 +179,7 @@ function handleDownloadExcel() {
<template #action="{ row }">
<Space>
<ghost-button
v-access:code="['domain:procurementApplication:audit']"
v-access:code="['domain:procurementApplication:edit']"
:disabled="row.state === '1' || row.state === '2'"
type="primary"
@click.stop="handleAudit(row)"
@ -187,7 +187,7 @@ function handleDownloadExcel() {
审核
</ghost-button>
<ghost-button
v-access:code="['domain:procurementApplication:detail']"
v-access:code="['domain:procurementApplication:query']"
@click.stop="handleDetail(row)"
>
详情