This commit is contained in:
gaoyuanwei 2022-07-18 18:04:38 +08:00
parent 11dbf272f7
commit 0a8cc6257d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<upload :key="showKey" :child='val' limit='1' accept='.jpg,.png' v-else-if="val.type == 'image'"></upload> <upload :key="showKey" :child='val' limit='1' accept='.jpg,.png' v-else-if="val.type == 'image'"></upload>
</div> </div>
<div class="submit"> <div class="submit">
<a-button type="primary" @click="add(configure.name)">提交</a-button> <a-button type="primary" @click="add(configure.name)">添加更多</a-button>
</div> </div>
</div> </div>
</div> </div>