feat: 测试保洁订单

This commit is contained in:
fyy
2025-06-30 17:42:56 +08:00
parent d24d03457a
commit fa3c442545
8 changed files with 165 additions and 61631 deletions

View File

@@ -9,11 +9,13 @@ export const querySchema: FormSchemaGetter = () => [
component: 'Input',
fieldName: 'planName',
label: '方案名称',
labelWidth: 120
},
{
component: 'Select',
fieldName: 'rentalPeriod',
label: '租赁周期',
labelWidth: 120,
componentProps: {
options:[
{ label: '月', value: 0 },
@@ -121,7 +123,7 @@ export const modalSchema: FormSchemaGetter = () => [
{
label: '基础服务项',
fieldName: 'price',
component: 'Select',
component: 'Input',
},
{
label: '优惠活动',