mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
Compare commits
5 Commits
b51f185e83
...
9240049ab4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9240049ab4 | ||
|
|
f741902e26 | ||
|
|
4f485e3634 | ||
|
|
30e3344528 | ||
|
|
b6a9069810 |
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<el-row class="margin-top-lg">
|
||||
<el-row class="">
|
||||
<el-col :span="4" class="padding-right-xs padding-left-xl">
|
||||
<el-input
|
||||
v-model="ownerDetailCarInfo.carNum"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<el-row class="margin-top-lg">
|
||||
<el-row class="">
|
||||
<el-col :span="4" class="padding-right-xs padding-left-xl">
|
||||
<el-input v-model="ownerDetailRoomInfo.roomNum" :placeholder="$t('ownerDetailRoom.pleaseEnterRoomNumber')" />
|
||||
</el-col>
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
<el-table-column prop="roomName" :label="$t('reportHuaningOweFeeDetail.table.roomNum')" align="center" />
|
||||
<el-table-column prop="builtUpArea" :label="$t('reportHuaningOweFeeDetail.table.area')" align="center" />
|
||||
<el-table-column prop="feeName" :label="$t('reportHuaningOweFeeDetail.table.fee')" align="center" />
|
||||
<el-table-column prop="startTime" :label="$t('reportHuaningOweFeeDetail.table.startTime')" align="center" />
|
||||
<el-table-column prop="endTime" :label="$t('reportHuaningOweFeeDetail.table.endTime')" align="center" />
|
||||
<el-table-column prop="endTime" :label="$t('reportHuaningOweFeeDetail.table.startTime')" align="center" />
|
||||
<el-table-column prop="deadlineTime" :label="$t('reportHuaningOweFeeDetail.table.endTime')" align="center" />
|
||||
<el-table-column prop="oweAmount" :label="$t('reportHuaningOweFeeDetail.table.totalOweAmount')" align="center" />
|
||||
<el-table-column prop="curOweAmount"
|
||||
:label="`${reportHuaningOweFeeDetailInfo.conditions.year}${$t('common.year')}1-${reportHuaningOweFeeDetailInfo.conditions.month}${$t('common.month')}${$t('reportHuaningOweFeeDetail.table.oweAmount')}`"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<el-dialog
|
||||
:visible.sync="visible"
|
||||
:fullscreen="true"
|
||||
:show-close="false"
|
||||
:show-close="true"
|
||||
custom-class="image-viewer-dialog"
|
||||
>
|
||||
<div class="image-wrapper">
|
||||
|
||||
@ -149,7 +149,7 @@ export default {
|
||||
// 费用类型变更处理
|
||||
},
|
||||
_queryMethod() {
|
||||
this.$refs[`${this.reportHuaningInfo._currentTab}Ref`].initData(this.reportHuaningInfo.conditions)
|
||||
this.changeTab(this.reportHuaningInfo._currentTab)
|
||||
},
|
||||
_resetMethod() {
|
||||
this.reportHuaningInfo.conditions = {
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.securities === '001'">
|
||||
<div v-for="(item, index) in scope.row.idCardUrlShow" :key="index" class="image-container"
|
||||
@click="showImg(item)">
|
||||
>
|
||||
<el-image :src="item" :preview-src-list="scope.row.idCardUrlShow" fit="cover"
|
||||
style="width: 50px; height: 50px">
|
||||
<div slot="error" class="image-slot">
|
||||
@ -42,9 +42,9 @@
|
||||
</div>
|
||||
<div v-else-if="scope.row.securities === '002'">
|
||||
<div v-for="(item, index) in scope.row.housePurchaseUrlShow" :key="index" class="image-container"
|
||||
@click="showImg(item)">
|
||||
>
|
||||
<el-image :src="item" :preview-src-list="scope.row.housePurchaseUrlShow" fit="cover"
|
||||
style="width: 50px; height: 50px">
|
||||
style="width: 50px; height: 50px" >
|
||||
<div slot="error" class="image-slot">
|
||||
<img src="/img/noPhoto.jpg" style="width: 50px; height: 50px">
|
||||
</div>
|
||||
@ -54,9 +54,9 @@
|
||||
</div>
|
||||
<div v-else-if="scope.row.securities === '003'">
|
||||
<div v-for="(item, index) in scope.row.repairUrlShow" :key="index" class="image-container"
|
||||
@click="showImg(item)">
|
||||
>
|
||||
<el-image :src="item" :preview-src-list="scope.row.repairUrlShow" fit="cover"
|
||||
style="width: 50px; height: 50px">
|
||||
style="width: 50px; height: 50px" >
|
||||
<div slot="error" class="image-slot">
|
||||
<img src="/img/noPhoto.jpg" style="width: 50px; height: 50px">
|
||||
</div>
|
||||
@ -66,9 +66,9 @@
|
||||
</div>
|
||||
<div v-else-if="scope.row.securities === '004'">
|
||||
<div v-for="(item, index) in scope.row.deedTaxUrlShow" :key="index" class="image-container"
|
||||
@click="showImg(item)">
|
||||
>
|
||||
<el-image :src="item" :preview-src-list="scope.row.deedTaxUrlShow" fit="cover"
|
||||
style="width: 50px; height: 50px">
|
||||
style="width: 50px; height: 50px" >
|
||||
<div slot="error" class="image-slot">
|
||||
<img src="/img/noPhoto.jpg" style="width: 50px; height: 50px">
|
||||
</div>
|
||||
@ -94,7 +94,6 @@
|
||||
</el-card>
|
||||
|
||||
<edit-property-right-registration-detail ref="editPropertyRightRegistrationDetail" @success="handleSuccess" />
|
||||
<view-image ref="viewImage" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -102,13 +101,11 @@
|
||||
import { listPropertyRightRegistrationDetail } from '@/api/room/listPropertyRightRegistrationDetailApi'
|
||||
import { getCommunityId } from '@/api/community/communityApi'
|
||||
import EditPropertyRightRegistrationDetail from '@/components/room/editPropertyRightRegistrationDetail'
|
||||
import ViewImage from '@/components/system/viewImage'
|
||||
|
||||
export default {
|
||||
name: 'ListPropertyRightRegistrationDetail',
|
||||
components: {
|
||||
EditPropertyRightRegistrationDetail,
|
||||
ViewImage
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@ -187,9 +184,6 @@ export default {
|
||||
_openEditPropertyRightRegistrationDetailModel(row) {
|
||||
this.$refs.editPropertyRightRegistrationDetail.open(row)
|
||||
},
|
||||
showImg(url) {
|
||||
this.$refs.viewImage.open(url)
|
||||
},
|
||||
_goBack() {
|
||||
this.$router.go(-1)
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user