Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
fyy 2025-07-28 15:30:39 +08:00
commit ba538a2227
3 changed files with 8 additions and 0 deletions

View File

@ -133,6 +133,7 @@ function handleDownloadExcel() {
type="primary"
v-access:code="['property:inspectionItem:export']"
@click="handleDownloadExcel"
disabled="disabled"
>
{{ '文档' }}
</a-button>

View File

@ -185,6 +185,12 @@ export const modalSchema: FormSchemaGetter = () => [
label: '车牌号',
fieldName: 'licensePlate',
component: 'Input',
rules: 'required',
dependencies: {
// 类型不为按钮时显示
show: (values) => values.bookingParkingSpace === '0',
triggerFields: ['bookingParkingSpace'],
},
},
// {
// label: '人脸图片',

View File

@ -91,6 +91,7 @@ async function handleDelete(row: Required<VisitorManagementForm>) {
placement="left"
title="确认审核状态?"
@confirm="handleDelete(row)"
v-if="row.serveStatus === '0'"
>
<ghost-button
@click.stop=""