1、资产管理
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6m27s

This commit is contained in:
2025-06-24 14:52:45 +08:00
parent ed326906f5
commit a107323e36
37 changed files with 521 additions and 454 deletions

View File

@@ -9,10 +9,10 @@ import { getVxePopupContainer } from '@vben/utils';
import { Modal, Popconfirm, Space } from 'ant-design-vue';
import dayjs from 'dayjs';
import {
import {
useVbenVxeGrid,
vxeCheckboxChecked,
type VxeGridProps
type VxeGridProps
} from '#/adapter/vxe-table';
import {
@@ -23,12 +23,12 @@ import {
import type { AccessControlForm } from '#/api/property/accessControl/model';
import { commonDownloadExcel } from '#/utils/file/download';
import accessControlModal from './accessControl-modal.vue';
import accessControlModal from './accessControlModal.vue';
import { columns, querySchema } from './data';
const formOptions: VbenFormProps = {
commonConfig: {
labelWidth: 80,
labelWidth: 100,
componentProps: {
allowClear: true,
},
@@ -126,7 +126,7 @@ function handleDownloadExcel() {
<template>
<Page :auto-content-height="true">
<BasicTable table-title="门禁管理列表">
<BasicTable table-title="门禁设备列表">
<template #toolbar-tools>
<Space>
<a-button
@@ -138,8 +138,8 @@ function handleDownloadExcel() {
<a-button
:disabled="!vxeCheckboxChecked(tableApi)"
danger
type="primary"
v-access:code="['property:accessControl:remove']"
type="primary"
v-access:code="['property:accessControl:remove']"
@click="handleMultiDelete">
{{ $t('pages.common.delete') }}
</a-button>