soft5566 hace 2 años
padre
commit
b355421308
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/audited/index.vue

+ 1 - 1
src/views/audited/index.vue

@@ -37,7 +37,7 @@
 							</el-table-column>
 							<el-table-column label="审批时间" align="center">
 								<template slot-scope="scope">
-									<span>{{ scope.row.workflowDate.slice(0, scope.row.workflowDate.length - 2) }}</span>
+									<span>{{ scope.row.workflowDate }}</span>
 								</template>
 							</el-table-column>
 							<el-table-column label="审批备注" align="center">