${text(isKnowledge.isNewRecord ? '新增知识库' : '编辑知识库')}
${text('基本信息')}
<#form:hidden path="id"/>
<#form:input path="title" maxlength="400" class="form-control required"/>
<#form:treeselect id="deviceCode" title="${text('设备选择')}"
path="deviceCodeId" labelPath="deviceCodeName"
url="${ctx}/is3dmcps/isDeviceCode/treeData" allowClear="true"
canSelectRoot="true" canSelectParent="true" />
<#form:select path="type" dictType="is_knowledge_type" class="form-control required" />
<#form:ueditor path="content" height="400" class=""
simpleToolbars="false" readonly="false" outline="false"/>
<#form:select path="mediaType" dictType="is_media_type" blankOption="true" class="form-control" />
<#form:input path="mediaUrl" maxlength="200" class="form-control"/>
<#form:textarea path="remarks" rows="4" maxlength="60" class="form-control"/>