update quill editor

This commit is contained in:
lb
2023-02-08 11:03:26 +08:00
parent 64274e0743
commit 5f84d1da6f
7 changed files with 149 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ import TableOperaionComponent from '@/components/noTemplateComponents/operationC
import TableTextComponent from '@/components/noTemplateComponents/detailComponent'
import switchBtn from '@/components/noTemplateComponents/switchBtn'
import { timeFilter } from '@/utils/filters'
import QuillRichInput from "@/components/noTemplateComponents/richInput";
export default function () {
@@ -72,6 +72,10 @@ export default function () {
elparams: { placeholder: '选择一个设备类型' }
},
],
[{
richInput: true, label: "描述信息", prop: "description"
}],
// [{ component: QuillRichInput, label: "描述信息", prop: "description" }],
[{ textarea: true, label: '备注', prop: 'remark', elparams: { placeholder: '备注' } }],
],
operations: [