瀏覽代碼

vue3:review notice.data.ts

YunaiV 2 年之前
父節點
當前提交
f390f1b1e6
共有 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',