物业之前,新工作台

This commit is contained in:
Zy
2026-04-16 21:03:35 +08:00
parent cf9a1f1585
commit 4184f1c55d
91 changed files with 1781 additions and 588 deletions

View File

@@ -62,8 +62,7 @@
</el-table-column>
<el-table-column label="租赁方式" align="center" prop="rentalType">
<template #default="{ row }">
<el-tag v-if="row.rentalType === 0">整租</el-tag>
<el-tag type="success" v-else>合租</el-tag>
<DictTag :options="com_rental_method" :value="row.rentalType"></DictTag>
</template>
</el-table-column>
<el-table-column label="操作" align="center" fixed="right" class-name="small-padding fixed-width">
@@ -130,8 +129,8 @@ const data = reactive<PageData<HouseRentalForm, HouseRentalQuery>>({
queryParams: {
pageNum: 1,
pageSize: 10,
houseUse: undefined,
villageId: Number(localStorage.getItem('villageid')),
houseUse: '',
rentalName: undefined,
rent: undefined,
rentalType: undefined,