diff --git a/pagesA/kfPage/list.vue b/pagesA/kfPage/list.vue index cab9adb..b4565af 100644 --- a/pagesA/kfPage/list.vue +++ b/pagesA/kfPage/list.vue @@ -34,14 +34,14 @@ > - + {{ item.apartmentName }} | {{ item.houseTypeName }}{{ item.apartmentName }} | {{ item.houseTypeName||'' }} @@ -78,7 +78,7 @@ @@ -201,26 +201,7 @@ export default { return { searchPhone: "", // 搜索手机号 loading: false, // 加载状态 - appointmentList: [ - { - id: 1, - community: "西海岸路乐业社区", - houseType: "三居室", - appointee: "杨斌", - phone: "13362000010", - appointmentTime: "2025-08-06 上午09:00-12:00", - idCard: "370832199606062001", - }, - { - id: 2, - community: "西海岸路乐业社区", - houseType: "三居室", - appointee: "曲曼", - phone: "17700020202", - appointmentTime: "2025-08-06 上午09:00-12:00", - idCard: "370832199606062002", - }, - ], + appointmentList: [], queryParams: { pageNum: 1, pageSize: 10, @@ -246,19 +227,6 @@ export default { ], }; }, - computed: { - // 过滤后的预约列表 - filteredAppointmentList() { - if (!this.searchPhone) { - return this.appointmentList; - } - return this.appointmentList.filter( - (item) => - item.phone.includes(this.searchPhone) || - item.appointee.includes(this.searchPhone) - ); - }, - }, onLoad() { this.resetAndLoad(); }, diff --git a/static/img/kf.png b/static/img/kf.png new file mode 100644 index 0000000..9361bb0 Binary files /dev/null and b/static/img/kf.png differ