Compare commits

...

5 Commits

Author SHA1 Message Date
wuxw
9240049ab4 v1.9 费用分析日期显示bug 处理 2025-08-05 18:01:07 +08:00
wuxw
f741902e26 v1.9 优化产权登记图片不能放大的问题 2025-08-05 11:52:28 +08:00
wuxw
4f485e3634 v1.9 优化产权登记图片不能放大的问题 2025-08-05 11:28:39 +08:00
wuxw
30e3344528 v1.9 优化产权登记图片不能放大的问题 2025-08-05 11:28:21 +08:00
wuxw
b6a9069810 优化图片方大问题 2025-08-05 11:26:37 +08:00
6 changed files with 13 additions and 19 deletions

View File

@ -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"

View File

@ -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>

View File

@ -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')}`"

View File

@ -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">

View File

@ -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 = {

View File

@ -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)
},