|
@@ -138,7 +138,12 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
name: 'el-date-picker',
|
|
|
- attributes: { disabled: this.disabled, type: 'date', style: { width: '100%' } },
|
|
|
+ attributes: {
|
|
|
+ disabled: this.disabled,
|
|
|
+ type: 'date',
|
|
|
+ 'value-format': 'yyyy-MM-dd HH:mm:ss',
|
|
|
+ style: { width: '100%' }
|
|
|
+ },
|
|
|
formItemAttributes: { label: '开始购买时间', prop: 'policyStartTime' }
|
|
|
},
|
|
|
{
|