@@ -166,7 +166,7 @@
class="status nolive"
v-if="scope.row.tmnstatusRunstatusContent == '离线'"
></span>
- {{ scope.row.tmnstatusRunstatusContent }}
+ {{ scope.row.tmnstatusRunstatusContent === '空闲中' ? '在线' : scope.row.tmnstatusRunstatusContent }}
</span>
</template>
@@ -35,7 +35,7 @@
showIndex
>
<template #cardusercdBillingtype="scope">
- {{ scope.row.cardusercdBillingtype === '1' ? '综合计价' : '阶梯计价' }}
+ {{ scope.row.cardusercdBillingtype === '0' ? '综合计价' : '阶梯计价' }}
</b-table>
</el-dialog>
@@ -54,6 +54,9 @@
:columns="columns1"
isShowIndex
+ <template #cardusercdBillingtype="scope">
+ </template>
</el-tab-pane>
<el-tab-pane
@@ -158,7 +161,7 @@ export default {
{
label: '计费方式',
prop: 'cardusercdBillingtype',
- customRender: '',
+ customRender: 'cardusercdBillingtype',
align: 'center'
},
// {