From 587fb161c758a70150e1c373ff6b007c9e3a017c Mon Sep 17 00:00:00 2001 From: Wandoupeas <371058156@qq.com> Date: Fri, 15 Jul 2022 13:56:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(constants):=20`RECEIPT`=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AF=20(#230)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants/index.ts | 2 +- src/pages/list/base/index.vue | 2 +- src/pages/list/components/CommonTable.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constants/index.ts b/src/constants/index.ts index c0a10be..105dca5 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -31,7 +31,7 @@ export const CONTRACT_TYPE_OPTIONS = [ // 合同收付类型枚举 export const CONTRACT_PAYMENT_TYPES = { PAYMENT: 0, - RECIPT: 1, + RECEIPT: 1, }; // 通知的优先级对应的TAG类型 diff --git a/src/pages/list/base/index.vue b/src/pages/list/base/index.vue index 889c8e1..55fd105 100644 --- a/src/pages/list/base/index.vue +++ b/src/pages/list/base/index.vue @@ -45,7 +45,7 @@
付款
-
+
收款
diff --git a/src/pages/list/components/CommonTable.vue b/src/pages/list/components/CommonTable.vue index eef4454..37c92d6 100644 --- a/src/pages/list/components/CommonTable.vue +++ b/src/pages/list/components/CommonTable.vue @@ -93,7 +93,7 @@

付款

-

+

收款