update quill editor
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user