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 @@