lincl 2 years ago
parent
commit
a8fdb71f62
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/components/Form/form.vue

+ 3 - 0
src/components/Form/form.vue

@ -86,6 +86,9 @@
									@change="onEditorChange($event, item)">
								</QuillEditor>
							</template>
							<div v-else-if="item.type=='label'"  >
								{{form[item.id]}}
							</div>
						</template>
					</el-form-item>
					<slot v-if="$scopedSlots[item.id+'_tips']" :name="item.id+'_tips'" :config="item" />