From ccf503d917f80dd8a1b25eed713282fb2494a919 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 04 九月 2025 16:06:40 +0800 Subject: [PATCH] fix: 签约 --- src/constants/enterprise.ts | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/constants/enterprise.ts b/src/constants/enterprise.ts index 79357ec..4e8a7fc 100644 --- a/src/constants/enterprise.ts +++ b/src/constants/enterprise.ts @@ -4,17 +4,22 @@ */ Bank = 1, /** + * 鏀粯淇℃伅閰嶇疆 + */ + AliPay = 2, + /** * 鐢靛瓙绛鹃厤缃� */ - Electronic = 2, + Electronic = 3, /** * 鐭俊閫氶亾閰嶇疆 */ - ShortMessage = 3, + ShortMessage = 4, } export const EnterpriseConfigureTypeText = { // [EnterpriseConfigureType.Bank]: '閾惰淇℃伅閰嶇疆', + [EnterpriseConfigureType.AliPay]: '鏀粯淇℃伅閰嶇疆', [EnterpriseConfigureType.Electronic]: '鐢靛瓙绛鹃厤缃�', [EnterpriseConfigureType.ShortMessage]: '鐭俊閫氶亾閰嶇疆', }; -- Gitblit v1.9.1