|
|
@@ -54,6 +54,9 @@
|
|
|
:columns="columns1"
|
|
|
isShowIndex
|
|
|
>
|
|
|
+ <template #cardusercdBillingtype="scope">
|
|
|
+ {{ scope.row.cardusercdBillingtype === '0' ? '综合计价' : '阶梯计价' }}
|
|
|
+ </template>
|
|
|
</b-table>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane
|
|
|
@@ -158,7 +161,7 @@ export default {
|
|
|
{
|
|
|
label: '计费方式',
|
|
|
prop: 'cardusercdBillingtype',
|
|
|
- customRender: '',
|
|
|
+ customRender: 'cardusercdBillingtype',
|
|
|
align: 'center'
|
|
|
},
|
|
|
// {
|