linwenxin 3 ay önce
ebeveyn
işleme
f92f14562d

+ 6 - 1
src/views/setting/insuranceAdministration/InsuranceContract/InsuranceContractForm.vue

@@ -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' }
         },
         {