소스 검색

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

xingyu 2 년 전
부모
커밋
3bb8a10393
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      yudao-ui-admin-vue3/src/views/system/notice/notice.data.ts

+ 1 - 1
yudao-ui-admin-vue3/src/views/system/notice/notice.data.ts

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