|
@@ -57,6 +57,14 @@
|
|
|
<template #cardusercdBillingtype="scope">
|
|
<template #cardusercdBillingtype="scope">
|
|
|
{{ scope.row.cardusercdBillingtype === '0' ? '综合计价' : '阶梯计价' }}
|
|
{{ scope.row.cardusercdBillingtype === '0' ? '综合计价' : '阶梯计价' }}
|
|
|
</template>
|
|
</template>
|
|
|
|
|
+ <template #cardusercdPriceinfo="scope">
|
|
|
|
|
+ <div v-if="scope.row.cardusercdBillingtype === '0'">
|
|
|
|
|
+ <span>水价:{{ JSON.parse(scope.row.cardusercdPriceinfo).priceconfigWaterunitprice }}</span>
|
|
|
|
|
+ <br/>
|
|
|
|
|
+ <span>电价:{{ JSON.parse(scope.row.cardusercdPriceinfo).priceconfigElectricityunitprice }} </span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div v-else>--</div>
|
|
|
|
|
+ </template>
|
|
|
</b-table>
|
|
</b-table>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
<el-tab-pane
|
|
<el-tab-pane
|
|
@@ -164,12 +172,12 @@ export default {
|
|
|
customRender: 'cardusercdBillingtype',
|
|
customRender: 'cardusercdBillingtype',
|
|
|
align: 'center'
|
|
align: 'center'
|
|
|
},
|
|
},
|
|
|
- // {
|
|
|
|
|
- // label: '计费标准',
|
|
|
|
|
- // prop: 'cardusercdPriceinfo',
|
|
|
|
|
- // customRender: '',
|
|
|
|
|
- // align: 'center'
|
|
|
|
|
- // },
|
|
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '计费标准',
|
|
|
|
|
+ prop: 'cardusercdPriceinfo',
|
|
|
|
|
+ customRender: 'cardusercdPriceinfo',
|
|
|
|
|
+ align: 'center'
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
label: '扣除金额',
|
|
label: '扣除金额',
|
|
|
prop: 'cardusercdUsemoney',
|
|
prop: 'cardusercdUsemoney',
|