Commit d1fdc3ab by caoyanzhi

update: 覆盖人群明细列表中添加标签时间字段调整

parent 4f2f54aa
......@@ -188,8 +188,8 @@
</template>
</el-table-column>
<el-table-column label="添加标签时间" width="200">
<template slot-scope="{ $index }">
<div :index="$index">{{ updateTime ? dateformat(new Date(updateTime), 'yyyy-MM-dd hh:mm:ss') : '' }}</div>
<template slot-scope="{ $index, row }">
<div :index="$index">{{ row.memberTagRelationTime ? dateformat(new Date(row.memberTagRelationTime), 'yyyy-MM-dd hh:mm:ss') : '--' }}</div>
</template>
</el-table-column>
<el-table-column label-class-name="table-header__handle" fixed="right" min-width="150">
......
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