| | |
| | | <template> |
| | | <template> |
| | | <el-dialog :title="!dataForm.id ? '新增C2C承兑商' : '修改C2C承兑商'" :close-on-click-modal="false" width="1200px" |
| | | :visible.sync="visible" @close = 'handClose'> |
| | | <el-scrollbar class="vertical-scrollbar"> |
| | |
| | | </el-col> |
| | | </el-row> |
| | | <!-- 至此 --> |
| | | <el-form-item label="登录人资金密码" prop="login_safeword"> |
| | | <el-input class="speaInputTwo" v-model="dataForm.login_safeword" type="password" placeholder="登录人资金密码"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="承兑商头像" prop="head_img"> |
| | | <el-upload class="avatar-uploader" :action="$http.adornUrl('/api/uploadFile')" |
| | | :headers="{ Authorization: $cookie.get('Authorization') }" :show-file-list="false" |
| | |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | login_safeword: [ |
| | | { required: true, message: "资金密码不能为空", trigger: "blur" }, |
| | | ], |
| | | username_front: [ |
| | | { required: true, message: "前端登录用户名不能为空", trigger: "blur" }, |
| | | ], |
| | |
| | | // kyc_authority_base: this.dataForm.kyc_authority_base, // 身份认证状态基础设置 |
| | | // kyc_highlevel_authority: this.dataForm.kyc_highlevel_authority, // 高级认证状态统计值 |
| | | // kyc_highlevel_authority_base: this.dataForm.kyc_highlevel_authority_base, // 高级认证状态基础设置 |
| | | // login_safeword: encrypt(this.dataForm.login_safeword), // 登录人密码 |
| | | // // 登录人密码 |
| | | // nick_name: this.dataForm.nick_name, // 承兑商昵称 |
| | | // password_front: encrypt(this.dataForm.password_front), // 前端登录密码 |
| | | // phone_authority: this.dataForm.phone_authority, // 手机验证状态统计值 |