feat:【ele】DatePicker 补全 class
This commit is contained in:
@@ -101,6 +101,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
placeholder: '请选择预计成交日期',
|
placeholder: '请选择预计成交日期',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -143,6 +143,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
placeholder: '请选择下次联系时间',
|
placeholder: '请选择下次联系时间',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
placeholder: '请选择下次联系时间',
|
placeholder: '请选择下次联系时间',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -109,6 +109,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
componentProps: {
|
componentProps: {
|
||||||
format: 'YYYY-MM-DD',
|
format: 'YYYY-MM-DD',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -118,6 +119,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
componentProps: {
|
componentProps: {
|
||||||
format: 'YYYY-MM-DD',
|
format: 'YYYY-MM-DD',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -127,6 +129,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
componentProps: {
|
componentProps: {
|
||||||
format: 'YYYY-MM-DD',
|
format: 'YYYY-MM-DD',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -155,6 +155,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
placeholder: '请选择下次联系时间',
|
placeholder: '请选择下次联系时间',
|
||||||
allowClear: true,
|
allowClear: true,
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -157,6 +157,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
placeholder: '请选择回款日期',
|
placeholder: '请选择回款日期',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
format: 'YYYY-MM-DD',
|
format: 'YYYY-MM-DD',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -112,6 +112,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
placeholder: '请选择计划回款日期',
|
placeholder: '请选择计划回款日期',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
format: 'YYYY-MM-DD',
|
format: 'YYYY-MM-DD',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
defaultValue: new Date(),
|
defaultValue: new Date(),
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
showTime: true,
|
showTime: true,
|
||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
showTime: true,
|
showTime: true,
|
||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
showTime: true,
|
showTime: true,
|
||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
showTime: true,
|
showTime: true,
|
||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
|
|||||||
format: 'HH:mm:ss',
|
format: 'HH:mm:ss',
|
||||||
defaultValue: dayjs('00:00:00', 'HH:mm:ss'),
|
defaultValue: dayjs('00:00:00', 'HH:mm:ss'),
|
||||||
},
|
},
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'YYYY-MM-DD HH:mm:ss',
|
valueFormat: 'YYYY-MM-DD HH:mm:ss',
|
||||||
placeholder: '请选择开始时间',
|
placeholder: '请选择开始时间',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
@@ -44,6 +45,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'YYYY-MM-DD HH:mm:ss',
|
valueFormat: 'YYYY-MM-DD HH:mm:ss',
|
||||||
placeholder: '请选择结束时间',
|
placeholder: '请选择结束时间',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
showTime: false,
|
showTime: false,
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
format: 'YYYY-MM-DD',
|
format: 'YYYY-MM-DD',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
@@ -56,6 +57,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
showTime: false,
|
showTime: false,
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
format: 'YYYY-MM-DD',
|
format: 'YYYY-MM-DD',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
showTime: false,
|
showTime: false,
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
format: 'YYYY-MM-DD',
|
format: 'YYYY-MM-DD',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
@@ -56,6 +57,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
showTime: false,
|
showTime: false,
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
format: 'YYYY-MM-DD',
|
format: 'YYYY-MM-DD',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
showTime: true,
|
showTime: true,
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
@@ -45,6 +46,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
showTime: true,
|
showTime: true,
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
format: 'YYYY-MM-DD',
|
format: 'YYYY-MM-DD',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
placeholder: '请选择出生日期',
|
placeholder: '请选择出生日期',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -95,6 +95,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||||||
format: 'YYYY-MM-DD',
|
format: 'YYYY-MM-DD',
|
||||||
valueFormat: 'x',
|
valueFormat: 'x',
|
||||||
placeholder: '请选择过期时间',
|
placeholder: '请选择过期时间',
|
||||||
|
class: '!w-full',
|
||||||
},
|
},
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user