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

This commit is contained in:
2025-08-22 09:21:25 +08:00
parent a43cb1b390
commit 7b2c8e47dd
18 changed files with 19 additions and 19 deletions

View File

@@ -122,7 +122,7 @@ function handleDownloadExcel() {
<template #action="{ row }">
<Space>
<ghost-button
v-access:code="['system:feedbacks:info']"
v-access:code="['system:feedbacks:query']"
@click.stop="handleInfo(row)"
>
{{ $t('pages.common.info') }}
@@ -134,7 +134,7 @@ function handleDownloadExcel() {
{{ $t('pages.common.edit') }}
</ghost-button>
<ghost-button
v-access:code="['system:feedbacks:info']"
v-access:code="['system:feedbacks:query']"
@click.stop="handleOrderInfo(row)"
:disabled="row.isWorkOrder=='1'"
>