From 1c2f8a7ed964affe857c481073e20226be8c3a1a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 10 九月 2025 10:37:01 +0800
Subject: [PATCH] logo

---
 src/views/accountReceivableLedger/index.vue |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/views/accountReceivableLedger/index.vue b/src/views/accountReceivableLedger/index.vue
index 0dc1a0a..a97ff20 100644
--- a/src/views/accountReceivableLedger/index.vue
+++ b/src/views/accountReceivableLedger/index.vue
@@ -131,6 +131,13 @@
     width:200
   },
   {
+    label: "闄勪欢",
+    prop: "attachFileList",
+    width:220,
+    dataType: "multiTagLink"
+  }
+  ,
+  {
     label: "鐧昏鏃ユ湡",
     prop: "createTime",
     width:300
@@ -180,6 +187,7 @@
     tableData.value = res.records;
 		page.total = res.total;
   });
+  tableLoading.value = false;
 };
 // 瀛愯〃鍚堣鏂规硶
 const summarizeMainTable1 = (param) => {

--
Gitblit v1.9.3