| | |
| | | :confirm-working="isWorking" |
| | | @confirm="confirm" |
| | | > |
| | | <el-form :model="form" ref="form" :rules="rules" label-width="110px" label-suffix=":" inline> |
| | | <el-form :model="form" ref="form" :rules="rules" label-width="110px" label-suffix=":" > |
| | | <p class="tip-header" >账号信息</p> |
| | | <el-form-item label="登录账号" prop="username"> |
| | | <el-input v-model="form.username" placeholder="请输入登录账号" :maxlength="20" v-trim/> |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | <div style="display: flex; "> |
| | | <el-form-item label="选择省市区" prop="provinceId"> |
| | | <el-select v-model="form.provinceId" placeholder="选择省份" clearable @change="selectProvince"> |
| | | <el-form-item label="省市区" prop="provinceId"> |
| | | <el-select v-model="form.provinceId" style="width: 100px" placeholder="选择省份" clearable @change="selectProvince"> |
| | | <el-option |
| | | v-for="item in provinces" |
| | | :key="item.id" |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="" prop="cityId"> |
| | | <el-select v-model="form.cityId" placeholder="选择城市" clearable @change="selectCity"> |
| | | <el-select v-model="form.cityId" style="width: 100px" placeholder="选择城市" clearable @change="selectCity"> |
| | | <el-option |
| | | v-for="item in cities" |
| | | :key="item.id" |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="" prop="areaId" > |
| | | <el-select v-model="form.areaId" placeholder="选择县区" clearable> |
| | | <el-select v-model="form.areaId" style="width: 100px" placeholder="选择县区" clearable> |
| | | <el-option |
| | | v-for="item in areas" |
| | | :key="item.id" |
| | |
| | | style=" width: 120px;" |
| | | /> |
| | | <div class="tip-warn" style=" margin-left: 20px; margin-top: 30px;"> |
| | | 建议尺寸:100px X 100px |
| | | 支持png、jpg、jpeg格式,大小不超过2M,上传图片不允许涉及政治敏感与色情 |
| | | </div> |
| | | </div> |
| | |
| | | style=" width: 120px;" |
| | | /> |
| | | <div class="tip-warn" style=" margin-left: 20px; margin-top: 30px;"> |
| | | 建议尺寸:100px X 100px |
| | | 支持png、jpg、jpeg格式,大小不超过2M,上传图片不允许涉及政治敏感与色情 |
| | | </div> |
| | | </div> |
| | |
| | | style=" width: 120px;" |
| | | /> |
| | | <div class="tip-warn" style=" margin-left: 20px; margin-top: 30px;"> |
| | | 建议尺寸:100px X 100px |
| | | 支持png、jpg、jpeg格式,大小不超过2M,上传图片不允许涉及政治敏感与色情 |
| | | </div> |
| | | </div> |
| | |
| | | listBigAreas({ type: 13 }) |
| | | .then(data => { |
| | | this.bigAreas = data |
| | | if (!this.form.id && this.bigAreas.length > 0) { |
| | | this.form.bigAreaId = this.bigAreas[0].id |
| | | } |
| | | }) |
| | | listByParentId({ type: 0, parentId: '' }) |
| | | .then(data => { |
| | |
| | | }, |
| | | |
| | | selectLocation () { |
| | | window.open('https://lbs.qq.com/tool/getpoint/get-point.html') |
| | | window.open('https://lbs.qq.com/getPoint/') |
| | | }, |
| | | open (title, target) { |
| | | this.title = title |