Commit a189f01b by chenyu

update: 验收问题修复

parent 2c2e8170
......@@ -29,7 +29,7 @@
</template>
<template slot-scope="scope">
{{ scope.row.memberCount?(scope.row.memberCount | formatNum) +'人':null}}
{{ scope.row.memberCount?(scope.row.memberCount | formatNum) +'人':(scope.row.tagDescribe ? '0人' : '--')}}
</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