Merge branch 'feature/vue3' of https://gitee.com/zhijiantianya/ruoyi-vue-pro into feature/vue3

pull/2/head
xingyu 2022-11-17 23:09:34 +08:00
commit 3bb8a10393
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
title: '公告内容',
field: 'content',
table: {
type: 'html'
type: 'html' // TODO 芋艿:详情展示,会是 html 的原始内容。要不改成直接使用富文本展示,设置个 readonly
},
form: {
component: 'Editor',