vue3:review notice.data.ts
This commit is contained in:
parent
a595539e8b
commit
f390f1b1e6
|
@ -39,7 +39,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
|||
title: '公告内容',
|
||||
field: 'content',
|
||||
table: {
|
||||
type: 'html'
|
||||
type: 'html' // TODO 芋艿:详情展示,会是 html 的原始内容。要不改成直接使用富文本展示,设置个 readonly?
|
||||
},
|
||||
form: {
|
||||
component: 'Editor',
|
||||
|
|
Loading…
Reference in New Issue