From e499aa411b08e9b5f2a2f8a5bb097937a654a3c9 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期五, 05 九月 2025 14:24:31 +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