mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
Compare commits
3 Commits
0f7e0a5163
...
cce4a1fcd6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cce4a1fcd6 | ||
|
|
b9a0547660 | ||
|
|
b25b036dc3 |
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div id="app">
|
||||
<router-view></router-view>
|
||||
</div>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="test-script">
|
||||
<h3>全局脚本测试</h3>
|
||||
<div class="test-results">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-row>
|
||||
<el-col :span="24" class="text-right"></el-col>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-car-detail-apply-space ref="carDetailApply" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="car-inout-container">
|
||||
<el-row>
|
||||
<el-col :span="24" class="text-right">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-car-detail-car-inout ref="carDetailCarInout" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-row>
|
||||
<el-col :span="24" class="text-right"></el-col>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-car-detail-fee ref="carDetailFee" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-row>
|
||||
<el-col :span="24" class="text-right"></el-col>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-car-detail-his ref="carDetailHis" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-row>
|
||||
<el-col :span="24" class="text-right"></el-col>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-car-detail-member ref="carDetailMember" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-row>
|
||||
<el-col :span="24" class="text-right"></el-col>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-car-detail-owner ref="carDetailOwner" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<el-row class="margin-top-lg"></el-row>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-car-detail-transaction-car ref="carDetailTransaction" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<el-table :data="aFeeDetailConfigInfo.feeConfigs" border style="width: 100%">
|
||||
<el-table-column prop="feeTypeCdName" :label="$t('aFeeDetailConfig.feeType')" align="center"></el-table-column>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-fee-detail-config ref="feeConfigComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<el-table :data="aFeeDetailDiscountInfo.applyRoomDiscounts" border style="width: 100%">
|
||||
<el-table-column prop="roomName" :label="$t('aFeeDetailDiscount.roomName')" align="center"></el-table-column>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-fee-detail-discount ref="feeDiscountComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-row class="margin-top">
|
||||
<el-col :span="4">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-fee-detail-fee-obj ref="feeObjComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-row>
|
||||
<el-col :span="24" class="text-right"></el-col>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-fee-detail-his ref="feeHisComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<el-table :data="aFeeDetailImportInfo.importFeeDetails" border style="width: 100%">
|
||||
<el-table-column prop="floorNum" :label="$t('aFeeDetailImport.floorNum')" align="center"></el-table-column>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-fee-detail-import ref="feeImportComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-row>
|
||||
<el-col :span="24" class="text-right">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-fee-detail-sub ref="feeSubComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="owner-detail-access-control">
|
||||
<div class="margin-top">
|
||||
<el-table :data="aOwnerDetailAccessControlInfo.translates" border style="width: 100%">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-owner-detail-access-control ref="accessControlComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="owner-detail-coupon">
|
||||
<div class="margin-top">
|
||||
<el-table :data="aOwnerDetailCouponInfo.coupons" border style="width: 100%">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-owner-detail-coupon ref="couponComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="owner-detail-his">
|
||||
<div class="margin-top">
|
||||
<el-table :data="aOwnerDetailHisInfo.owners" border style="width: 100%">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-owner-detail-his ref="hisComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="owner-detail-room-fee">
|
||||
<div class="margin-top">
|
||||
<el-row class="margin-top-lg">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-owner-detail-room-fee ref="roomFeeComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="owner-detail-visit">
|
||||
<div class="margin-top">
|
||||
<el-table :data="aOwnerDetailVisitInfo.visits" border style="width: 100%">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-owner-detail-visit
|
||||
ref="visitComponent"
|
||||
@viewImage="handleViewImage"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<el-row class="margin-top-lg">
|
||||
<el-col :span="4" class="padding-right-xs padding-left-xl">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-room-detail-car ref="carComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-row class="margin-top">
|
||||
<el-col :span="4" class="text-left">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-room-detail-car-fee ref="carFeeComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<el-table :data="aRoomDetailComplaintInfo.complaints" border style="width: 100%" class="margin-top">
|
||||
<el-table-column prop="typeCdName" :label="$t('aRoomDetailComplaint.type')" align="center" />
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-room-detail-complaint ref="complaintComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<div class="margin-top">
|
||||
<el-table :data="aRoomDetailContractInfo.contracts" style="width: 100%">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-room-detail-contract ref="contractComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-table
|
||||
:data="aRoomDetailHisOwnerInfo.owners"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-room-detail-his-owner ref="hisOwnerComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<el-row class="margin-top-lg">
|
||||
<el-col :span="4" class="padding-right-xs padding-left-xl">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-room-detail-member ref="memberComponent" @viewImage="handleViewImage" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<div class="margin-top">
|
||||
<el-table :data="aRoomDetailRepairInfo.repairs" style="width: 100%">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<a-room-detail-repair ref="repairComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="admin-owner-detail-access-control-record">
|
||||
<div class="margin-top">
|
||||
<el-table
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<admin-owner-detail-access-control-record ref="accessControlRecordComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="admin-owner-detail-charge-machine-order">
|
||||
<div class="margin-top">
|
||||
<el-table
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<admin-owner-detail-charge-machine-order ref="chargeMachineOrderComponent" />
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-pagination
|
||||
:current-page.sync="currentPage"
|
||||
:page-sizes="pageSizes"
|
||||
|
||||
@ -34,14 +34,12 @@
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item :label="$t('advertManage.add.startTime')" prop="startTime">
|
||||
<el-date-picker v-model="form.startTime" type="datetime"
|
||||
:placeholder="$t('advertManage.add.startTimePlaceholder')" value-format="yyyy-MM-dd HH:mm:ss"
|
||||
<el-date-picker v-model="form.startTime" type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('advertManage.add.startTimePlaceholder')"
|
||||
style="width: 100%;" />
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item :label="$t('advertManage.add.endTime')" prop="endTime">
|
||||
<el-date-picker v-model="form.endTime" type="datetime" :placeholder="$t('advertManage.add.endTimePlaceholder')"
|
||||
style="width: 100%;" value-format="yyyy-MM-dd HH:mm:ss" />
|
||||
<el-date-picker v-model="form.endTime" type="datetime" :placeholder="$t('advertManage.add.endTimePlaceholder')" value-format="yyyy-MM-dd HH:mm:ss" style="width: 100%;" />
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item :label="$t('advertManage.add.viewType')" prop="viewType">
|
||||
@ -149,7 +147,7 @@ export default {
|
||||
},
|
||||
resetForm() {
|
||||
this.$refs.form && this.$refs.form.resetFields()
|
||||
this.$refs.uploadImage && this.$refs.uploadImage.clear()
|
||||
this.$refs.uploadImage && this.$refs.uploadImage.clearImages()
|
||||
},
|
||||
handleClose() {
|
||||
this.resetForm()
|
||||
|
||||
@ -32,13 +32,12 @@
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item :label="$t('advertManage.edit.startTime')" prop="startTime">
|
||||
<el-date-picker v-model="form.startTime" type="datetime"
|
||||
:placeholder="$t('advertManage.edit.startTimePlaceholder')" value-format="yyyy-MM-dd HH:mm:ss" style="width:100%"/>
|
||||
<el-date-picker v-model="form.startTime" type="datetime" value-format="yyyy-MM-dd HH:mm:ss"
|
||||
:placeholder="$t('advertManage.edit.startTimePlaceholder')" style="width:100%"/>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item :label="$t('advertManage.edit.endTime')" prop="endTime">
|
||||
<el-date-picker v-model="form.endTime" type="datetime" :placeholder="$t('advertManage.edit.endTimePlaceholder')" style="width:100%"
|
||||
value-format="yyyy-MM-dd HH:mm:ss" />
|
||||
<el-date-picker v-model="form.endTime" type="datetime" :placeholder="$t('advertManage.edit.endTimePlaceholder')" style="width:100%" value-format="yyyy-MM-dd HH:mm:ss" />
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item :label="$t('advertManage.edit.viewType')" prop="viewType">
|
||||
@ -165,7 +164,7 @@ export default {
|
||||
},
|
||||
resetForm() {
|
||||
this.$refs.form && this.$refs.form.resetFields()
|
||||
this.$refs.uploadImage && this.$refs.uploadImage.clear()
|
||||
this.$refs.uploadImage && this.$refs.uploadImage.clearImages()
|
||||
this.defaultImages = []
|
||||
},
|
||||
handleClose() {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-dialog
|
||||
:title="$t('advertManage.machine.title')"
|
||||
:visible.sync="visible"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-dialog
|
||||
:title="$t('viewUnItemLog.title')"
|
||||
:visible.sync="visible"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-card class="tree-card">
|
||||
<el-tree
|
||||
ref="parkingTree"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-dialog :title="$t('searchParkingSpace.title')" :visible.sync="visible" width="80%" @close="handleClose">
|
||||
|
||||
<el-row v-if="showSearchCondition" :gutter="20">
|
||||
@ -103,8 +103,8 @@ export default {
|
||||
communityId: getCommunityId()
|
||||
}
|
||||
|
||||
const { data } = await listParkingAreas(params)
|
||||
this.parkingAreas = data
|
||||
const { parkingAreas } = await listParkingAreas(params)
|
||||
this.parkingAreas = parkingAreas
|
||||
} catch (error) {
|
||||
console.error('加载停车场区域失败:', error)
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-row>
|
||||
<el-col :span="24" class="text-right">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<car-detail-apply-parking-space ref="carDetailApplyParkingSpace"></car-detail-apply-parking-space>
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<div class="margin-top">
|
||||
<el-table :data="carDetailCarInoutInfo.carIns" border style="width: 100%">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<car-detail-car-inout ref="carDetailCarInout"></car-detail-car-inout>
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<div class="margin-top">
|
||||
<el-table :data="carDetailCouponInfo.carDetailCoupons" border style="width: 100%">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<car-detail-coupon ref="carDetailCoupon"></car-detail-coupon>
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<div class="margin-top">
|
||||
<el-table :data="carDetailCouponOrderInfo.orders" border style="width: 100%">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<car-detail-coupon-order ref="carDetailCouponOrder"></car-detail-coupon-order>
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-row>
|
||||
<el-col :span="24" class="text-right">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<car-detail-fee ref="carDetailFee"></car-detail-fee>
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-row>
|
||||
<el-col :span="24" class="text-right">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<div class="margin-top-lg"></div>
|
||||
<div class="margin-top">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<car-detail-transaction-car ref="carDetailTransactionCar"></car-detail-transaction-car>
|
||||
</template>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-dialog :title="$t('chooseParkingArea.title')" :visible.sync="visible" width="70%">
|
||||
|
||||
<div slot="header">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-dialog :title="$t('auditParkingSpaceApply.selectParkingSpace')" :visible.sync="visible" width="80%"
|
||||
@close="handleClose">
|
||||
<el-card>
|
||||
|
||||
@ -52,19 +52,17 @@
|
||||
<el-form-item :label="$t('listOwnerCar.startRentTime')" required>
|
||||
<el-date-picker
|
||||
v-model="form.startTime"
|
||||
type="datetime"
|
||||
:placeholder="$t('listOwnerCar.inputStartRentTime')"
|
||||
type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('listOwnerCar.inputStartRentTime')"
|
||||
style="width: 100%"
|
||||
value-format="yyyy-MM-dd HH:mm:ss" />
|
||||
/>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item :label="$t('listOwnerCar.endRentTime')" required>
|
||||
<el-date-picker
|
||||
v-model="form.endTime"
|
||||
type="datetime"
|
||||
:placeholder="$t('listOwnerCar.inputEndRentTime')"
|
||||
type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('listOwnerCar.inputEndRentTime')"
|
||||
style="width: 100%"
|
||||
value-format="yyyy-MM-dd HH:mm:ss"
|
||||
|
||||
:disabledDate="disabledEndDate" />
|
||||
</el-form-item>
|
||||
</template>
|
||||
|
||||
@ -71,9 +71,8 @@
|
||||
>
|
||||
<el-date-picker
|
||||
v-model="formData.startTime"
|
||||
type="datetime"
|
||||
:placeholder="$t('editParkingSpaceApply.fillStartTime')"
|
||||
value-format="yyyy-MM-dd HH:mm:ss"
|
||||
type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('editParkingSpaceApply.fillStartTime')"
|
||||
|
||||
style="width: 100%"
|
||||
/>
|
||||
</el-form-item>
|
||||
@ -84,9 +83,8 @@
|
||||
>
|
||||
<el-date-picker
|
||||
v-model="formData.endTime"
|
||||
type="datetime"
|
||||
:placeholder="$t('editParkingSpaceApply.fillEndTime')"
|
||||
value-format="yyyy-MM-dd HH:mm:ss"
|
||||
type="datetime" value-format="yyyy-MM-dd HH:mm:ss" :placeholder="$t('editParkingSpaceApply.fillEndTime')"
|
||||
|
||||
style="width: 100%"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="margin-top">
|
||||
<el-row class="margin-top-lg">
|
||||
<el-col :span="24" class="text-right">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-dialog
|
||||
:title="$t('chooseinitializeCommunity.dialog.title')"
|
||||
:visible.sync="visible"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-card class="tree-card">
|
||||
<el-tree
|
||||
ref="tree"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="area-select">
|
||||
<el-select v-model="areaSelectInfo.selectProv" :placeholder="$t('areaSelect.province')"
|
||||
style="width: 30%; margin-right: 10px" @change="getProv(areaSelectInfo.selectProv)">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="clearfix">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-dialog :title="$t('common.update')" :visible.sync="visible" width="50%" @close="handleClose">
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="120px" label-position="right">
|
||||
<el-form-item :label="$t('editCommunityWechat.name')" prop="name">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div>
|
||||
<el-dialog title="切换小区" :visible.sync="dialogVisible" width="70%" :close-on-click-modal="false">
|
||||
<div class="filter-container text-right">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-card class="community-selector">
|
||||
<div class="treeview attendance-staff">
|
||||
<ul class="community-list">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-card class="community-selector">
|
||||
<div class="treeview attendance-staff">
|
||||
<ul class="community-list">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="upload-image-container">
|
||||
<div v-for="(image, index) in photos" :key="index" class="image-item">
|
||||
<el-image
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div v-show="visible" class="image-viewer">
|
||||
<div class="image-container">
|
||||
<img
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="appraise-container">
|
||||
<el-table :data="appraises" border style="width: 100%">
|
||||
<el-table-column prop="createUserName" :label="$t('complaintDetailAppraise.userName')" align="center"></el-table-column>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="event-container">
|
||||
<el-table :data="events" border style="width: 100%">
|
||||
<el-table-column prop="eventType" :label="$t('complaintDetailEvent.type')" align="center">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<div class="type-container">
|
||||
<el-table :data="complaintTypes" border style="width: 100%">
|
||||
<el-table-column prop="typeName" :label="$t('complaintDetailType.typeName')" align="center"></el-table-column>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-dialog :title="$t('chooseContract.title')" :visible.sync="dialogVisible" width="80%">
|
||||
<div class="search-wrapper">
|
||||
<el-input v-model="chooseContractInfo._currentContractName" :placeholder="$t('chooseContract.searchPlaceholder')"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="flex justify-between">
|
||||
<span>{{ $t('contractChangeAssets.title') }}</span>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="flex justify-between">
|
||||
<span>{{ $t('contractChangeLease.title') }}</span>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="clearfix">
|
||||
<span>{{ $t('contractChangeMainBody.title') }}</span>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-dialog
|
||||
:title="$t('contractTypeManage.add.title')"
|
||||
:visible.sync="visible"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<template>
|
||||
<template>
|
||||
<el-dialog :title="$t('contractTypeManage.template.title')" :visible.sync="visible" width="80%" @close="handleClose">
|
||||
<div class="attr-buttons">
|
||||
<el-button v-for="(item, index) in contractTypeAttrs" :key="index" type="primary" size="small"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user