init
This commit is contained in:
@@ -133,6 +133,13 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="24">
|
||||
<el-form-item label="照片" prop="pictures">
|
||||
<image-upload2 v-model="form.pictures" limit="6"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button :loading="buttonLoading" type="primary" @click="submitForm">确 定</el-button>
|
||||
@@ -209,6 +216,7 @@ export default {
|
||||
nickname: undefined,
|
||||
mobile: undefined,
|
||||
type: undefined,
|
||||
pictures: undefined
|
||||
},
|
||||
rules:{
|
||||
annualIncome: [
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="用户类型" prop="cardNumAuth">
|
||||
<el-select v-model="form.cardNumAuth" clearable size="small" style="width: 95%">
|
||||
<el-form-item label="用户类型" prop="type">
|
||||
<el-select v-model="form.type" clearable size="small" style="width: 95%">
|
||||
<el-option
|
||||
v-for="dict in appUserTypeList"
|
||||
:key="dict.value"
|
||||
|
||||
Reference in New Issue
Block a user