mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-08 16:15:07 +08:00
Merge branch 'feature/vue3' of https://gitee.com/zhijiantianya/ruoyi-vue-pro into feature/vue3
This commit is contained in:
@ -39,7 +39,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
|||||||
title: '公告内容',
|
title: '公告内容',
|
||||||
field: 'content',
|
field: 'content',
|
||||||
table: {
|
table: {
|
||||||
type: 'html'
|
type: 'html' // TODO 芋艿:详情展示,会是 html 的原始内容。要不改成直接使用富文本展示,设置个 readonly?
|
||||||
},
|
},
|
||||||
form: {
|
form: {
|
||||||
component: 'Editor',
|
component: 'Editor',
|
||||||
|
Reference in New Issue
Block a user