|
@@ -54,7 +54,7 @@ export const tableOption = {
|
|
|
{
|
|
|
label: '开始时间',
|
|
|
prop: 'startTime',
|
|
|
- type: 'datetime',
|
|
|
+ type: 'date',
|
|
|
format: 'yyyy-MM-dd',
|
|
|
valueFormat: 'yyyy-MM-dd',
|
|
|
rules: [{
|
|
@@ -66,7 +66,7 @@ export const tableOption = {
|
|
|
{
|
|
|
label: '结束时间',
|
|
|
prop: 'endTime',
|
|
|
- type: 'datetime',
|
|
|
+ type: 'date',
|
|
|
format: 'yyyy-MM-dd',
|
|
|
valueFormat: 'yyyy-MM-dd',
|
|
|
rules: [{
|