From 09c5667700fb6da21d29c41e51fa5482a4b40bc9 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 24 十月 2025 11:22:22 +0800
Subject: [PATCH] 新公司部署相关配置修改
---
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