From 34502bb7ebe46dbfd3e169484e3c66405dc2e8e9 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 21 五月 2025 11:19:19 +0800
Subject: [PATCH] bug修改
---
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