@@ -183,11 +183,15 @@
<el-table-column
prop="createTime"
label="添加日期"
- width="130"
+ width="150"
align="center"
>
<template #default="scope">
- {{ proxy.moment(scope.row.createTime).format("YYYY-MM-DD") }}
+ {{
+ proxy
+ .moment(scope.row.createTime)
+ .format("YYYY-MM-DD HH:mm:ss")
+ }}
</template>
</el-table-column>
<el-table-column prop="remark" label="备注" align="center" />