src/views/dry/dataDefine/DryOrder.data.ts
@@ -79,7 +79,23 @@ }, ] //查询数据 export const searchFormSchema: FormSchema[] = [] export const searchFormSchema: FormSchema[] = [ { label: '工单时间', field: 'orderTime', component: 'RangePicker', componentProps: { valueType: 'Date', }, colProps: { span: 6 }, }, { label: '药材名称', field: 'herbName', component: 'Input', colProps: { span: 6 }, }, ] //表单数据 export const formSchema: FormSchema[] = [ {