mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 15:21:53 +08:00
feat: vue3 vben 支持富文本生成
This commit is contained in:
parent
c88794f212
commit
7549ab2611
@ -174,7 +174,7 @@ export const updateFormSchema: FormSchema[] = [
|
||||
#elseif($column.htmlType == "fileUpload")## 文件上传
|
||||
component: 'Upload'
|
||||
#elseif($column.htmlType == "editor")## 文本编辑器
|
||||
component: 'InputTextArea'
|
||||
component: 'Editor'
|
||||
#elseif($column.htmlType == "select")## 下拉框
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
|
Loading…
Reference in New Issue
Block a user