From f642b56e55d1cf983c6bbdede68d5616ba2d6378 Mon Sep 17 00:00:00 2001 From: FLL <2162874245@qq.com> Date: Thu, 10 Jul 2025 16:20:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/property/clean/cleanSettings/data.ts | 2 +- .../greenPlantRentalManagement/leasePogramManagement/data.ts | 3 ++- .../conferenceReservations/conferenceReservations-modal.vue | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/property/clean/cleanSettings/data.ts b/apps/web-antd/src/views/property/clean/cleanSettings/data.ts index 8c95647a..b376ed7e 100644 --- a/apps/web-antd/src/views/property/clean/cleanSettings/data.ts +++ b/apps/web-antd/src/views/property/clean/cleanSettings/data.ts @@ -189,6 +189,6 @@ export const modalSchema: FormSchemaGetter = () => [ { label: '备注', fieldName: 'remark', - component: 'Input', + component: 'Textarea', }, ]; diff --git a/apps/web-antd/src/views/property/greenPlantRentalManagement/leasePogramManagement/data.ts b/apps/web-antd/src/views/property/greenPlantRentalManagement/leasePogramManagement/data.ts index 4e746939..5941cced 100644 --- a/apps/web-antd/src/views/property/greenPlantRentalManagement/leasePogramManagement/data.ts +++ b/apps/web-antd/src/views/property/greenPlantRentalManagement/leasePogramManagement/data.ts @@ -120,6 +120,7 @@ export const modalSchema: FormSchemaGetter = () => [ label: '价格体系', fieldName: 'price', component: 'Input', + rules: 'required', }, { label: '状态', @@ -134,6 +135,6 @@ export const modalSchema: FormSchemaGetter = () => [ { label: '备注', fieldName: 'remarks', - component: 'Input', + component: 'Textarea', }, ]; 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 11e0c516..1b90d85b 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 @@ -118,6 +118,7 @@ async function queryAddServices() { unit: item.unit, quantity: 0 })) + console.log(res,addServiceList.value); } async function queryPersonData() {