feat: 测试保洁订单
This commit is contained in:
@@ -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: '优惠活动',
|
||||
|
Reference in New Issue
Block a user