预约记录
This commit is contained in:
parent
2373bd4957
commit
f642b56e55
@ -189,6 +189,6 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
{
|
{
|
||||||
label: '备注',
|
label: '备注',
|
||||||
fieldName: 'remark',
|
fieldName: 'remark',
|
||||||
component: 'Input',
|
component: 'Textarea',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -120,6 +120,7 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
label: '价格体系',
|
label: '价格体系',
|
||||||
fieldName: 'price',
|
fieldName: 'price',
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
|
rules: 'required',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '状态',
|
label: '状态',
|
||||||
@ -134,6 +135,6 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
{
|
{
|
||||||
label: '备注',
|
label: '备注',
|
||||||
fieldName: 'remarks',
|
fieldName: 'remarks',
|
||||||
component: 'Input',
|
component: 'Textarea',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
@ -118,6 +118,7 @@ async function queryAddServices() {
|
|||||||
unit: item.unit,
|
unit: item.unit,
|
||||||
quantity: 0
|
quantity: 0
|
||||||
}))
|
}))
|
||||||
|
console.log(res,addServiceList.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
async function queryPersonData() {
|
async function queryPersonData() {
|
||||||
|
Loading…
Reference in New Issue
Block a user