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
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
commit
ba538a2227
@ -133,6 +133,7 @@ function handleDownloadExcel() {
|
||||
type="primary"
|
||||
v-access:code="['property:inspectionItem:export']"
|
||||
@click="handleDownloadExcel"
|
||||
disabled="disabled"
|
||||
>
|
||||
{{ '文档' }}
|
||||
</a-button>
|
||||
|
@ -185,6 +185,12 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
label: '车牌号',
|
||||
fieldName: 'licensePlate',
|
||||
component: 'Input',
|
||||
rules: 'required',
|
||||
dependencies: {
|
||||
// 类型不为按钮时显示
|
||||
show: (values) => values.bookingParkingSpace === '0',
|
||||
triggerFields: ['bookingParkingSpace'],
|
||||
},
|
||||
},
|
||||
// {
|
||||
// label: '人脸图片',
|
||||
|
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user