[#include "/business/pages/include/static.html" /] [#include "/business/pages/include/header.html" /] [#include "/component/webupload.html" /] [#include "/component/HtmlEditor.html" /]

知识编辑

基本信息

[@htmleditor simple="true" id="content" width="625px" value=knowledge.CONTENT /]
[@webupload id="files" multiple="true" fileList=knowledge.fileList extensions="*"/]

关联知识信息

添加关联知识
[#if knowledge.knowList?? && knowledge.knowList?size > 0] [#list knowledge.knowList as know] [/#list] [#else] [/#if]
标题 所属分类 创建人 操作
${know.TITLE} ${know.CATEGORY_NAME} ${know.CREATE_USER_NAME} 删除
暂无关联信息
[#include "/business/pages/include/footer.html" /]