|
@ -22,7 +22,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="conItem"> |
|
|
<view class="conItem" style="display: none;"> |
|
|
<view class="conItem-title">水电</view> |
|
|
<view class="conItem-title">水电</view> |
|
|
<view class="conItem-cont"> |
|
|
<view class="conItem-cont"> |
|
|
<view class="conItem-cont-item" v-for="(item, index) in sdList" :key="index" @click="handelSdClick(item)"> |
|
|
<view class="conItem-cont-item" v-for="(item, index) in sdList" :key="index" @click="handelSdClick(item)"> |
|
@ -32,7 +32,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="conItem"> |
|
|
<view class="conItem" style="display: none;"> |
|
|
<view class="conItem-title">报修</view> |
|
|
<view class="conItem-title">报修</view> |
|
|
<view class="conItem-cont"> |
|
|
<view class="conItem-cont"> |
|
|
<view class="conItem-cont-item" v-for="(item, index) in bxList" :key="index"> |
|
|
<view class="conItem-cont-item" v-for="(item, index) in bxList" :key="index"> |
|
@ -42,7 +42,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="conItem"> |
|
|
<view class="conItem" style="display: none;"> |
|
|
<view class="conItem-title">报事</view> |
|
|
<view class="conItem-title">报事</view> |
|
|
<view class="conItem-cont"> |
|
|
<view class="conItem-cont"> |
|
|
<view class="conItem-cont-item" v-for="(item, index) in bsList" :key="index" @click="handleBsClick(item)"> |
|
|
<view class="conItem-cont-item" v-for="(item, index) in bsList" :key="index" @click="handleBsClick(item)"> |
|
@ -60,28 +60,28 @@ export default { |
|
|
data () { |
|
|
data () { |
|
|
return { |
|
|
return { |
|
|
fyList: [ |
|
|
fyList: [ |
|
|
{ image: '/static/img/看房.png', text: '看房确认' }, |
|
|
// { image: '/static/img/看房.png', text: '看房确认' }, |
|
|
{ image: '/static/img/退房检查.png', text: '退房检查' }, |
|
|
{ image: '/static/img/退房检查.png', text: '退房检查' }, |
|
|
{ image: '/static/img/释放.png', text: '释放房源检查' }, |
|
|
{ image: '/static/img/释放.png', text: '释放房源检查' }, |
|
|
{ image: '/static/img/预约.png', text: '预约看房' }, |
|
|
// { image: '/static/img/预约.png', text: '预约看房' }, |
|
|
{ image: '/static/img/强制清退.png', text: '强制清退' }, |
|
|
{ image: '/static/img/强制清退.png', text: '强制清退' }, |
|
|
], |
|
|
], |
|
|
xjList: [ |
|
|
xjList: [ |
|
|
{ image: '/static/img/巡查.png', text: '巡检上报' }, |
|
|
{ image: '/static/img/巡查.png', text: '巡检上报' }, |
|
|
{ image: '/static/img/记录.png', text: '巡检记录' }, |
|
|
{ image: '/static/img/记录.png', text: '巡检记录' }, |
|
|
], |
|
|
], |
|
|
sdList: [ |
|
|
// sdList: [ |
|
|
{ image: '/static/img/水费.png', text: '水量上报' }, |
|
|
// { image: '/static/img/水费.png', text: '水量上报' }, |
|
|
{ image: '/static/img/电费.png', text: '电量上报' }, |
|
|
// { image: '/static/img/电费.png', text: '电量上报' }, |
|
|
], |
|
|
// ], |
|
|
bxList: [ |
|
|
// bxList: [ |
|
|
{ image: '/static/img/上报.png', text: '上报' }, |
|
|
// { image: '/static/img/上报.png', text: '上报' }, |
|
|
{ image: '/static/img/处理.png', text: '处理' }, |
|
|
// { image: '/static/img/处理.png', text: '处理' }, |
|
|
], |
|
|
// ], |
|
|
bsList: [ |
|
|
// bsList: [ |
|
|
{ image: '/static/img/上报.png', text: '上报' }, |
|
|
// { image: '/static/img/上报.png', text: '上报' }, |
|
|
{ image: '/static/img/处理.png', text: '处理' }, |
|
|
// { image: '/static/img/处理.png', text: '处理' }, |
|
|
], |
|
|
// ], |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|