feat:【ele】DatePicker 补全 class
This commit is contained in:
@@ -101,6 +101,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
format: 'YYYY-MM-DD HH:mm:ss',
|
||||
valueFormat: 'x',
|
||||
placeholder: '请选择预计成交日期',
|
||||
class: '!w-full',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -143,6 +143,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
format: 'YYYY-MM-DD HH:mm:ss',
|
||||
valueFormat: 'x',
|
||||
placeholder: '请选择下次联系时间',
|
||||
class: '!w-full',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -165,6 +165,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
format: 'YYYY-MM-DD HH:mm:ss',
|
||||
valueFormat: 'x',
|
||||
placeholder: '请选择下次联系时间',
|
||||
class: '!w-full',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -109,6 +109,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
componentProps: {
|
||||
format: 'YYYY-MM-DD',
|
||||
valueFormat: 'x',
|
||||
class: '!w-full',
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -118,6 +119,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
componentProps: {
|
||||
format: 'YYYY-MM-DD',
|
||||
valueFormat: 'x',
|
||||
class: '!w-full',
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -127,6 +129,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
componentProps: {
|
||||
format: 'YYYY-MM-DD',
|
||||
valueFormat: 'x',
|
||||
class: '!w-full',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -155,6 +155,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
valueFormat: 'x',
|
||||
placeholder: '请选择下次联系时间',
|
||||
allowClear: true,
|
||||
class: '!w-full',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -157,6 +157,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
placeholder: '请选择回款日期',
|
||||
valueFormat: 'x',
|
||||
format: 'YYYY-MM-DD',
|
||||
class: '!w-full',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -112,6 +112,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
placeholder: '请选择计划回款日期',
|
||||
valueFormat: 'x',
|
||||
format: 'YYYY-MM-DD',
|
||||
class: '!w-full',
|
||||
},
|
||||
defaultValue: new Date(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user