Commit 06b3f770 by caoyanzhi

Merge branch 'bugfix/迭代bug' into dev

parents f1a0a97b da3f76f6
......@@ -53,9 +53,9 @@
<el-table-column prop="" label="状态" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.effectiveStatus == '1' ? '有效' : '失效' }}</template>
</el-table-column>
<el-table-column prop="" label="覆盖人数" show-overflow-tooltip>
<!-- <el-table-column prop="" label="覆盖人数" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.memberCount || 0 }}人</template>
</el-table-column>
</el-table-column> -->
<el-table-column prop="" label="到期时间" show-overflow-tooltip>
<template slot-scope="scope">
<div class="line-18">{{ scope.row.effectiveDate | timeStampToYmd }}</div>
......
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