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 }"> <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)"
> >
详情 详情