From 08c2033475fa42690c3246aa1510f6c6c932c2ea Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期六, 02 八月 2025 10:53:31 +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>&nbsp;鏍″尯鍦板潃锛�${row.org.address||row.org.addressDetail}</div>
         <div>&nbsp;澶囨敞锛�${row.message || ""} </div>
         <br>
         <br>

--
Gitblit v1.8.0