From ffab7a3b066d9ee338720d82ed5690c3462660d5 Mon Sep 17 00:00:00 2001 From: huk Date: Thu, 25 Sep 2025 09:44:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(system):=20=E4=BF=AE=E6=94=B9=E7=A7=9F?= =?UTF-8?q?=E6=88=B7=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=91=BD=E5=90=8D=E5=B0=86=20`mchtcode`=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=87=8D=E5=91=BD=E5=90=8D=E4=B8=BA=20`mchtC?= =?UTF-8?q?ode`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/tenant/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system/tenant/types.ts b/src/api/system/tenant/types.ts index f5628ef..e17414d 100644 --- a/src/api/system/tenant/types.ts +++ b/src/api/system/tenant/types.ts @@ -41,7 +41,7 @@ export interface TenantForm { username: string; joinTime: string; type: number; - mchtcode: string; + mchtCode: string; templateName: string; password: string; otherAttachment: string; From 193e37225ac027b402aa497b50751df231a6ba08 Mon Sep 17 00:00:00 2001 From: huk Date: Thu, 25 Sep 2025 09:45:09 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix(system):=20=E4=BF=AE=E6=94=B9=E7=A7=9F?= =?UTF-8?q?=E6=88=B7=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=91=BD=E5=90=8D=E5=B0=86=20`mchtcode`=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=87=8D=E5=91=BD=E5=90=8D=E4=B8=BA=20`mchtC?= =?UTF-8?q?ode`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/tenant/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue index f43448b..e01026c 100644 --- a/src/views/system/tenant/index.vue +++ b/src/views/system/tenant/index.vue @@ -193,8 +193,8 @@ - - + + @@ -436,8 +436,8 @@ {{ tenantForm.licenseNumber }} - - {{ tenantForm.mchtcode }} + + {{ tenantForm.mchtCode }} @@ -862,7 +862,7 @@ const initFormData: TenantForm = { promoteList: '', //推广附件 related: '', //相关资质及附件 certificate: '', //身份证附件 - mchtcode: '', //商户号 + mchtCode: '', //商户号 type: 2 };