|
@@ -30,8 +30,9 @@
|
|
>
|
|
>
|
|
<template slot-scope="scope" slot="chargeMode">
|
|
<template slot-scope="scope" slot="chargeMode">
|
|
<span v-if="scope.row.chargeMode === 1">固定收费 </span>
|
|
<span v-if="scope.row.chargeMode === 1">固定收费 </span>
|
|
- <span v-if="scope.row.chargeMode === 2">{{ scope.row.chargeType === 1 ? '价格*面积收费 ' : '单价*用量' }}</span>
|
|
|
|
|
|
+ <span v-if="scope.row.chargeMode === 2">价格*面积收费</span>
|
|
<span v-if="scope.row.chargeMode === 3">阶梯计费 </span>
|
|
<span v-if="scope.row.chargeMode === 3">阶梯计费 </span>
|
|
|
|
+ <span v-if="scope.row.chargeMode === 4">单价*用量</span>
|
|
</template>
|
|
</template>
|
|
<template slot-scope="scope" slot="chargePrice">
|
|
<template slot-scope="scope" slot="chargePrice">
|
|
<div v-if="!!scope.row.chargePrice">{{ scope.row.chargePrice }}</div>
|
|
<div v-if="!!scope.row.chargePrice">{{ scope.row.chargePrice }}</div>
|
|
@@ -82,7 +83,7 @@ import list from '@utils/list.js';
|
|
const sunm = ['一', '二', '三', '四', '五'];
|
|
const sunm = ['一', '二', '三', '四', '五'];
|
|
export default {
|
|
export default {
|
|
mixins: [list],
|
|
mixins: [list],
|
|
- name:'billingRules',
|
|
|
|
|
|
+ name: 'billingRules',
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
cols: [
|
|
cols: [
|