Compare commits
2 Commits
c90d2496c4
...
193e37225a
Author | SHA1 | Date | |
---|---|---|---|
193e37225a | |||
ffab7a3b06 |
@ -41,7 +41,7 @@ export interface TenantForm {
|
|||||||
username: string;
|
username: string;
|
||||||
joinTime: string;
|
joinTime: string;
|
||||||
type: number;
|
type: number;
|
||||||
mchtcode: string;
|
mchtCode: string;
|
||||||
templateName: string;
|
templateName: string;
|
||||||
password: string;
|
password: string;
|
||||||
otherAttachment: string;
|
otherAttachment: string;
|
||||||
|
@ -193,8 +193,8 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="8">
|
<el-col :span="8">
|
||||||
<el-form-item label="易生分配的商户编码:" prop="mchtcode">
|
<el-form-item label="易生分配的商户编码:" prop="mchtCode">
|
||||||
<el-input v-model="form.mchtcode" placeholder="请输入易生分配的商户编码" />
|
<el-input v-model="form.mchtCode" placeholder="请输入易生分配的商户编码" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="8">
|
<el-col :span="8">
|
||||||
@ -436,8 +436,8 @@
|
|||||||
{{ tenantForm.licenseNumber }}
|
{{ tenantForm.licenseNumber }}
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-form-item label="易生分配的商户编码:" prop="mchtcode">
|
<el-form-item label="易生分配的商户编码:" prop="mchtCode">
|
||||||
{{ tenantForm.mchtcode }}
|
{{ tenantForm.mchtCode }}
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-col :span="8">
|
<el-col :span="8">
|
||||||
<el-form-item label="企业类型:" prop="companyType">
|
<el-form-item label="企业类型:" prop="companyType">
|
||||||
@ -862,7 +862,7 @@ const initFormData: TenantForm = {
|
|||||||
promoteList: '', //推广附件
|
promoteList: '', //推广附件
|
||||||
related: '', //相关资质及附件
|
related: '', //相关资质及附件
|
||||||
certificate: '', //身份证附件
|
certificate: '', //身份证附件
|
||||||
mchtcode: '', //商户号
|
mchtCode: '', //商户号
|
||||||
type: 2
|
type: 2
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user