|
@@ -16,7 +16,7 @@
|
|
|
<uni-easyinput v-model="customFormData.chargePeople" placeholder="请输入负责人姓名" />
|
|
|
</uni-forms-item>
|
|
|
<uni-forms-item label="图 片" required name="url" label-width="95">
|
|
|
- <upload :imgArr="imageList" :fileSize="1" :limit="3" @updateImg="updateImg"/>
|
|
|
+ <upload :imgArr="imageList" :fileSize="1" :limit="1" @updateImg="updateImg"/>
|
|
|
</uni-forms-item>
|
|
|
</uni-forms>
|
|
|
<button type="primary" @click="submit('customForm')">提交</button>
|