From 9faf41d174b690e0e590211dd8592801105a8b68 Mon Sep 17 00:00:00 2001 From: terrfly Date: Tue, 25 Jan 2022 18:00:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/division/record/DivisionRecordPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeepay-ui-merchant/src/views/division/record/DivisionRecordPage.vue b/jeepay-ui-merchant/src/views/division/record/DivisionRecordPage.vue index 67db53b..0492874 100644 --- a/jeepay-ui-merchant/src/views/division/record/DivisionRecordPage.vue +++ b/jeepay-ui-merchant/src/views/division/record/DivisionRecordPage.vue @@ -128,7 +128,7 @@ export default { // 重新发起分账 redivFunc: function (recordId) { const that = this - this.$infoBox.confirmPrimary('确认重新分账?', '重新分账将按照订单纬度重新发起(仅限分账失败订单)。', () => { + this.$infoBox.confirmPrimary('确认重新分账?', '重新分账将按照订单维度重新发起(仅限分账失败订单)。', () => { resendDivision(recordId).then(res => { that.$refs.infoTable.refTable(false) that.$message.warning('请等待接口最新状态')