lincl 2 年之前
父节点
当前提交
a8fdb71f62
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/components/Form/form.vue

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

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