From ac0cd006719a2db71625610460f6537c15eaa9f4 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期五, 05 九月 2025 13:33:52 +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