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) => {