Commit da3f76f6 by caoyanzhi

update: 隐藏覆盖人数

parent 4dd3a43b
......@@ -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