From 602e8951cc1e2b88b0b8188a85a0ffdb222c50e0 Mon Sep 17 00:00:00 2001
From: FLL <2162874245@qq.com>
Date: Mon, 7 Jul 2025 17:24:28 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=AE=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../conferenceReservations-modal.vue | 45 +++++--------------
.../conferenceReservations/data.ts | 29 +++---------
.../conferenceReservations/index.vue | 27 ++++++++---
3 files changed, 40 insertions(+), 61 deletions(-)
diff --git a/apps/web-antd/src/views/property/roomBooking/conferenceReservations/conferenceReservations-modal.vue b/apps/web-antd/src/views/property/roomBooking/conferenceReservations/conferenceReservations-modal.vue
index 28a9f1bc..245b5dfd 100644
--- a/apps/web-antd/src/views/property/roomBooking/conferenceReservations/conferenceReservations-modal.vue
+++ b/apps/web-antd/src/views/property/roomBooking/conferenceReservations/conferenceReservations-modal.vue
@@ -1,22 +1,13 @@
diff --git a/apps/web-antd/src/views/property/roomBooking/conferenceReservations/data.ts b/apps/web-antd/src/views/property/roomBooking/conferenceReservations/data.ts
index 64a9f8c3..69409dab 100644
--- a/apps/web-antd/src/views/property/roomBooking/conferenceReservations/data.ts
+++ b/apps/web-antd/src/views/property/roomBooking/conferenceReservations/data.ts
@@ -1,21 +1,4 @@
import type { FormSchemaGetter } from '#/adapter/form';
-import {getDictOptions} from "#/utils/dict";
-
-export const querySchema: FormSchemaGetter = () => [
- {
- component: 'Input',
- fieldName: 'projectName',
- label: '产品名称',
- },
- {
- component: 'Select',
- componentProps: {
- options: getDictOptions('product_management_status'),
- },
- fieldName: 'state',
- label: '状态',
- },
-];
export const modalSchema: FormSchemaGetter = () => [
{
@@ -71,12 +54,12 @@ export const modalSchema: FormSchemaGetter = () => [
component: 'Input',
rules: 'required',
},
- // {
- // label: '备注',
- // fieldName: 'price',
- // component: 'Input',
- // rules: 'required',
- // },
+ {
+ label: '备注',
+ fieldName: 'price',
+ component: 'Input',
+ rules: 'required',
+ },
{
label: '是否需要增值服务',
fieldName: 'bookingParkingSpace',
diff --git a/apps/web-antd/src/views/property/roomBooking/conferenceReservations/index.vue b/apps/web-antd/src/views/property/roomBooking/conferenceReservations/index.vue
index 2222ae7f..3f2f1f85 100644
--- a/apps/web-antd/src/views/property/roomBooking/conferenceReservations/index.vue
+++ b/apps/web-antd/src/views/property/roomBooking/conferenceReservations/index.vue
@@ -22,13 +22,13 @@