Commit bbcd9d0f by liuchenxi

update: 分组列表字段调整

parent ef6c0003
......@@ -316,8 +316,8 @@
<el-table-column prop="updateTime" min-width="110" label="最近编辑时间">
<template slot-scope="scope">
<p class="h-18">{{ dateformat(new Date(scope.row.updateTime), 'yyyy-MM-dd') }}</p>
<p class="h-18">{{ dateformat(new Date(scope.row.updateTime), 'hh:mm:ss') }}</p>
<p class="h-18">{{ scope.row.updateTime ? dateformat(new Date(scope.row.updateTime), 'yyyy-MM-dd') : '--' }}</p>
<p class="h-18">{{ scope.row.updateTime ? dateformat(new Date(scope.row.updateTime), 'hh:mm:ss') : '--' }}</p>
</template>
</el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment