Lijy hai 4 meses
pai
achega
6fa4086289

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/components/taskComponent.vue

@@ -363,7 +363,7 @@
                 </el-table-column>
                 <el-table-column :label="$t('creationtime')" prop="indate" min-width="140" align="center">
                     <template slot-scope="scope">
-                        <span>{{scope.row.indate[0] + '-' + scope.row.indate[1] + '-' + scope.row.indate[2] + '\u0020\u0020' + scope.row.indate[3] + ':' + scope.row.indate[4] + ':' + scope.row.indate[5]}}</span>
+                        <span>{{scope.row.indate}}</span>
                     </template>
                 </el-table-column>
                 <el-table-column :label="$t('operation')" min-width="90" fixed="right">

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/task/list.vue

@@ -407,7 +407,7 @@
                 </el-table-column>
                 <el-table-column :label="$t('creationtime')" prop="indate" min-width="140" align="center">
                     <template slot-scope="scope">
-                        <span>{{scope.row.indate[0] + '-' + scope.row.indate[1] + '-' + scope.row.indate[2] + '\u0020\u0020' + scope.row.indate[3] + ':' + scope.row.indate[4] + ':' + scope.row.indate[5]}}</span>
+                        <span>{{scope.row.indate}}</span>
                     </template>
                 </el-table-column>
                 <el-table-column :label="$t('operation')" min-width="90" fixed="right">