1、绿植租赁订单
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-06-30 18:11:49 +08:00
parent 38267d7a4a
commit 40845f90aa
4 changed files with 57 additions and 49 deletions

View File

@@ -51,7 +51,7 @@ const gridOptions: VxeGridProps = {
rowConfig: {
keyField: 'id',
},
id: 'system-orderCharge-index'
id: 'property-orderCharge-index'
};
const [BasicTable, tableApi] = useVbenVxeGrid({
@@ -105,7 +105,7 @@ function handleDownloadExcel() {
<template #toolbar-tools>
<Space>
<a-button
v-access:code="['system:orderCharge:export']"
v-access:code="['property:orderCharge:export']"
@click="handleDownloadExcel"
>
{{ $t('pages.common.export') }}
@@ -114,13 +114,13 @@ function handleDownloadExcel() {
:disabled="!vxeCheckboxChecked(tableApi)"
danger
type="primary"
v-access:code="['system:orderCharge:remove']"
v-access:code="['property:orderCharge:remove']"
@click="handleMultiDelete">
{{ $t('pages.common.delete') }}
</a-button>
<a-button
type="primary"
v-access:code="['system:orderCharge:add']"
v-access:code="['property:orderCharge:add']"
@click="handleAdd"
>
{{ $t('pages.common.add') }}
@@ -130,7 +130,7 @@ function handleDownloadExcel() {
<template #action="{ row }">
<Space>
<ghost-button
v-access:code="['system:orderCharge:edit']"
v-access:code="['property:orderCharge:edit']"
@click.stop="handleEdit(row)"
>
{{ $t('pages.common.edit') }}
@@ -143,7 +143,7 @@ function handleDownloadExcel() {
>
<ghost-button
danger
v-access:code="['system:orderCharge:remove']"
v-access:code="['property:orderCharge:remove']"
@click.stop=""
>
{{ $t('pages.common.delete') }}