This commit is contained in:
BabyBoy 2025-09-25 14:34:21 +08:00
commit 8852b93fd8
2 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -192,8 +192,8 @@
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="易生分配的商户编码:" prop="mchtcode">
<el-input v-model="form.mchtcode" placeholder="请输入易生分配的商户编码" />
<el-form-item label="易生分配的商户编码:" prop="mchtCode">
<el-input v-model="form.mchtCode" placeholder="请输入易生分配的商户编码" />
</el-form-item>
</el-col>
<el-col :span="8">
@ -443,8 +443,8 @@
{{ tenantForm.licenseNumber }}
</el-form-item>
</el-col>
<el-form-item label="易生分配的商户编码:" prop="mchtcode">
{{ tenantForm.mchtcode }}
<el-form-item label="易生分配的商户编码:" prop="mchtCode">
{{ tenantForm.mchtCode }}
</el-form-item>
<el-col :span="8">
<el-form-item label="企业类型:" prop="companyType">
@ -873,7 +873,7 @@ const initFormData: TenantForm = {
promoteList: '', //广
related: '', //
certificate: '', //
mchtcode: '', //
mchtCode: '', //
type: 2
};