@@ -221,6 +221,8 @@
<template slot-scope="scope">
<el-tag
:type="scope.row.isRecordVoiceSeat === 1 ? 'success' : 'info'">{{scope.row.isRecordVoiceSeat === 1 ? '是' : '否' }}</el-tag>
+ <br>
+ 已录次数({{scope.row.times}})
</template>
</el-table-column>