spring
8 天以前 af7fa041da9f063ca49f1f1126ec01616f14cd85
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) => {