This commit is contained in:
张良(004796)
2024-04-22 11:06:24 +08:00
parent 00382fabb0
commit 9a2c81f188
3 changed files with 12 additions and 5 deletions

View File

@@ -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: [