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"
|
type="primary"
|
||||||
v-access:code="['property:inspectionItem:export']"
|
v-access:code="['property:inspectionItem:export']"
|
||||||
@click="handleDownloadExcel"
|
@click="handleDownloadExcel"
|
||||||
|
disabled="disabled"
|
||||||
>
|
>
|
||||||
{{ '文档' }}
|
{{ '文档' }}
|
||||||
</a-button>
|
</a-button>
|
||||||
|
@ -185,6 +185,12 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
label: '车牌号',
|
label: '车牌号',
|
||||||
fieldName: 'licensePlate',
|
fieldName: 'licensePlate',
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
|
rules: 'required',
|
||||||
|
dependencies: {
|
||||||
|
// 类型不为按钮时显示
|
||||||
|
show: (values) => values.bookingParkingSpace === '0',
|
||||||
|
triggerFields: ['bookingParkingSpace'],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// label: '人脸图片',
|
// label: '人脸图片',
|
||||||
|
@ -91,6 +91,7 @@ async function handleDelete(row: Required<VisitorManagementForm>) {
|
|||||||
placement="left"
|
placement="left"
|
||||||
title="确认审核状态?"
|
title="确认审核状态?"
|
||||||
@confirm="handleDelete(row)"
|
@confirm="handleDelete(row)"
|
||||||
|
v-if="row.serveStatus === '0'"
|
||||||
>
|
>
|
||||||
<ghost-button
|
<ghost-button
|
||||||
@click.stop=""
|
@click.stop=""
|
||||||
|
Loading…
Reference in New Issue
Block a user