diff --git a/packages/party/AppPartyPayment/AppPartyPayment.vue b/packages/party/AppPartyPayment/AppPartyPayment.vue index 1db94bfc..3eef475c 100644 --- a/packages/party/AppPartyPayment/AppPartyPayment.vue +++ b/packages/party/AppPartyPayment/AppPartyPayment.vue @@ -3,7 +3,7 @@ - + 本月已缴纳党费金额 @@ -23,15 +23,14 @@ - + - 新增 - + - + + + + + + + 新增 + + 导入 @@ -48,8 +56,6 @@ :disabled="tableData.length == 0"> 导出 - - + @@ -245,6 +251,9 @@ } }).then(res => { if (res.code == 0) { + res.data.records.map((item) => { + item.ymd = item.ymd.substring(0, 7) + }) this.tableData = res.data.records this.total = res.data.total }