From cc4f8046f4fab83306e7514367de7a6ad424e493 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 28 十月 2025 22:59:05 +0800
Subject: [PATCH] 班级考勤汇总表
---
src/views/order/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/order/index.vue b/src/views/order/index.vue
index 11e3c97..9fdb65a 100644
--- a/src/views/order/index.vue
+++ b/src/views/order/index.vue
@@ -122,8 +122,8 @@
fetchData() {
this.listLoading = true;
getData(this.data).then((response) => {
- this.list = response.data.findOrderByOrgId.ls;
- this.total = response.data.findOrderByOrgId.pageOut.total;
+ this.list = response.data.findOrderVoByOrgId.ls;
+ this.total = response.data.findOrderVoByOrgId.pageOut.total;
this.listLoading = false;
});
},
@@ -185,7 +185,7 @@
<th width="140px" nowradiv>绉戠洰</th>
<th width="80px" nowradiv>鏁伴噺</th>
<th width="80px" nowradiv>璧犻��</th>
- <th width="100px" nowradiv>浣欓</th>
+ <th width="100px" nowradiv>閲戦</th>
<th>璇剧▼椤鹃棶</th>
</tr>
${detail}
@@ -204,6 +204,7 @@
}锛�</td>
</tr>
</table>
+ <div> 鏍″尯鍦板潃锛�${row.org.address||row.org.addressDetail}</div>
<div> 澶囨敞锛�${row.message || ""} </div>
<br>
<br>
--
Gitblit v1.8.0