客户服务
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
FLL
2025-07-23 20:50:49 +08:00
parent 447ad7f004
commit 9d75dd2168
10 changed files with 266 additions and 88 deletions

View File

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