@@ -1,3 +1,4 @@
+
<template>
<div class="p-8px bg-white">
<div class="px-4">
@@ -169,7 +169,7 @@ export const ScheduleArrangementColums: BasicColumn[] = [
editComponentProps: {
size: 'middle',
disabled: !getIsMerchant.value,
- min:1,
+ min:0,
},
editRow: true,
editable: true,
@@ -110,7 +110,7 @@ export const formSchema: FormSchema[] = [
{
label: '手机号码',
- field: 'id',
+ field: 'phone',
component: 'Input',
required: true,
componentProps: {
@@ -119,7 +119,7 @@ export const formSchema: FormSchema[] = [
label: '创建时间',
+ field: 'createTime',
@@ -148,7 +148,7 @@
autoSubmitOnEnter: true,
showAdvancedButton: true,
fieldMapToNumber: [],
- fieldMapToTime: [['time', ['startTime', 'endTime'], 'YYYY-MM-DD HH:mm:ss']],
+ fieldMapToTime: [['joinTime', ['startTime', 'endTime'], 'YYYY-MM-DD HH:mm:ss']],
inset: true,
actionColumn: {
@@ -145,10 +145,12 @@ export const searchFormSchema: FormSchema[] = [
label: '下单时间',
- field: 'time',
+ field: 'joinTime',
component: 'RangePicker',
placeholder: ['开始时间', '结束时间'],
+ format: 'YYYY-MM-DD HH:mm:ss',
+ valueType: 'Date',
];
@@ -100,7 +100,7 @@
@@ -69,10 +69,12 @@ export const searchFormSchema: FormSchema[] = [