|
@@ -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">
|