diff --git a/src/api/system/tenant/types.ts b/src/api/system/tenant/types.ts index cc834ab..ca4d83c 100644 --- a/src/api/system/tenant/types.ts +++ b/src/api/system/tenant/types.ts @@ -42,7 +42,7 @@ export interface TenantForm { bearFeeFlag: number | string | undefined; joinTime: string; type: number; - mchtcode: string; + mchtCode: string; templateName: string; password: string; otherAttachment: string; diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue index f6d8feb..13ef9fe 100644 --- a/src/views/system/tenant/index.vue +++ b/src/views/system/tenant/index.vue @@ -192,8 +192,8 @@ - - + + @@ -443,8 +443,8 @@ {{ tenantForm.licenseNumber }} - - {{ tenantForm.mchtcode }} + + {{ tenantForm.mchtCode }} @@ -873,7 +873,7 @@ const initFormData: TenantForm = { promoteList: '', //推广附件 related: '', //相关资质及附件 certificate: '', //身份证附件 - mchtcode: '', //商户号 + mchtCode: '', //商户号 type: 2 };