Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 5m51s

This commit is contained in:
fyy
2025-08-22 13:03:57 +08:00
62 changed files with 1547 additions and 173 deletions

View File

@@ -154,7 +154,7 @@ function handleDownloadExcel() {
<template #action="{ row }">
<Space>
<ghost-button
v-access:code="['Property:group:info']"
v-access:code="['Property:group:query']"
@click.stop="handleInfo(row)"
>
{{ $t('pages.common.info') }}
@@ -187,7 +187,7 @@ function handleDownloadExcel() {
:unCheckedValue="0"
v-model:value="row.status"
:api="() => groupUpdate(row)"
:disabled="!hasAccessByCodes(['property:depot:edit'])"
:disabled="!hasAccessByCodes(['Property:group:edit'])"
@reload="() => tableApi.query()"
/>
</template>