Authored by 周少峰

'H

@@ -66,8 +66,8 @@ @@ -66,8 +66,8 @@
66 created: function () { 66 created: function () {
67 this.info = info || {}; 67 this.info = info || {};
68 this.productOptionValue = this.info.poolId > 0 ? "1" : "0"; 68 this.productOptionValue = this.info.poolId > 0 ? "1" : "0";
69 - this.startTimeStr = this.info.startTime ? moment(this.info.startTime*1000).format('YYYYMMDD h:mm:ss') : "";  
70 - this.endTimeStr = this.info.endTime ? moment(this.info.endTime*1000).format('YYYYMMDD h:mm:ss') : ""; 69 + this.startTimeStr = this.info.startTime ? moment(this.info.startTime*1000).format('YYYYMMDD H:mm:ss') : "";
  70 + this.endTimeStr = this.info.endTime ? moment(this.info.endTime*1000).format('YYYYMMDD H:mm:ss') : "";
71 }, 71 },
72 72
73 methods: { 73 methods: {