|
@@ -108,6 +108,11 @@
|
|
icon="el-icon-search"
|
|
icon="el-icon-search"
|
|
>搜索</el-button>
|
|
>搜索</el-button>
|
|
|
|
|
|
|
|
+ {{this.$collectiontenant}}
|
|
|
|
+ {{this.$billAmounttenant}}
|
|
|
|
+ {{this.$receivableAmounttenant}}
|
|
|
|
+ {{this.$editAmounttenant}}
|
|
|
|
+
|
|
<div class="search-icon">
|
|
<div class="search-icon">
|
|
|
|
|
|
<!-- v-show="chargeStatus == 1 && chiData.type === 'room'" -->
|
|
<!-- v-show="chargeStatus == 1 && chiData.type === 'room'" -->
|
|
@@ -202,7 +207,7 @@
|
|
content="收款"
|
|
content="收款"
|
|
>
|
|
>
|
|
<i
|
|
<i
|
|
- v-if="$collection"
|
|
|
|
|
|
+ v-if="$collectiontenant"
|
|
class="zoniot_font zoniot-icon-shoukuan"
|
|
class="zoniot_font zoniot-icon-shoukuan"
|
|
@click="collections('single', scope.row)"
|
|
@click="collections('single', scope.row)"
|
|
style="margin: 0"
|
|
style="margin: 0"
|
|
@@ -216,7 +221,7 @@
|
|
content="修改账单金额"
|
|
content="修改账单金额"
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
- v-if="$billAmount"
|
|
|
|
|
|
+ v-if="$billAmounttenant"
|
|
src="../../../assets/img/icon_xiugaizhangdanjine.png"
|
|
src="../../../assets/img/icon_xiugaizhangdanjine.png"
|
|
alt=""
|
|
alt=""
|
|
@click="editAmount(scope.row)"
|
|
@click="editAmount(scope.row)"
|
|
@@ -232,7 +237,7 @@
|
|
content="修改应收金额"
|
|
content="修改应收金额"
|
|
>
|
|
>
|
|
<img
|
|
<img
|
|
- v-if="$receivableAmount"
|
|
|
|
|
|
+ v-if="$receivableAmounttenant"
|
|
src="../../../assets/img/icon_xiugaiyingshoujine.png"
|
|
src="../../../assets/img/icon_xiugaiyingshoujine.png"
|
|
alt=""
|
|
alt=""
|
|
@click="receivableAmount(scope.row)"
|
|
@click="receivableAmount(scope.row)"
|
|
@@ -248,7 +253,7 @@
|
|
content="删除"
|
|
content="删除"
|
|
>
|
|
>
|
|
<i
|
|
<i
|
|
- v-if="$del"
|
|
|
|
|
|
+ v-if="$editAmounttenant"
|
|
class="zoniot_font zoniot-icon-shanchu redText"
|
|
class="zoniot_font zoniot-icon-shanchu redText"
|
|
@click="deluserbyidFn(scope.row.id)"
|
|
@click="deluserbyidFn(scope.row.id)"
|
|
style="margin: 0"
|
|
style="margin: 0"
|
|
@@ -281,6 +286,7 @@ export default {
|
|
name: 'propertyFee',
|
|
name: 'propertyFee',
|
|
data () {
|
|
data () {
|
|
return {
|
|
return {
|
|
|
|
+ mix_path: 'payService/propertyFee/index',
|
|
temporaryCollection: '2',
|
|
temporaryCollection: '2',
|
|
mixins_querys: {
|
|
mixins_querys: {
|
|
chargeType: ''
|
|
chargeType: ''
|