修改解绑表的时候读数问题,抄表路线的抄表记录可以查看图片

This commit is contained in:
2025-10-28 14:25:59 +08:00
parent 2535720023
commit fe590353df
16 changed files with 197 additions and 29 deletions

View File

@@ -104,6 +104,13 @@ Page({
type: "edit",
})
},
handleDetail(e) {
const { data } = e.currentTarget.dataset;
this.setData({
detail: data,
detailVisible: true
})
},
handleDelete(e) {
const { data } = e.currentTarget.dataset;
const that = this;