Commit c728f836 by chenyu

update: 覆盖人数

parent a189f01b
......@@ -29,7 +29,7 @@
</template>
<template slot-scope="scope">
{{ scope.row.memberCount?(scope.row.memberCount | formatNum) +'人':(scope.row.tagDescribe ? '0人' : '--')}}
{{ scope.row.memberCount?(scope.row.memberCount | formatNum) +'人': '--'}}
</template>
</el-table-column>
<el-table-column label="是否实时" prop="isActive" 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