|
|
@ -38,7 +38,8 @@ |
|
|
|
<div class="layui-upload" id="uploader-table"></div> |
|
|
|
<div class="layui-upload" id="uploader-table"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="layui-form dynamic-form" lay-filter="file-form" |
|
|
|
<div class="layui-form dynamic-form" lay-filter="file-form" |
|
|
|
style="border: 1px solid #eee; padding-top:15px; margin-bottom: 50px;" th:object="${@securityUtil.getLoginSysUser()}"> |
|
|
|
style="border: 1px solid #eee; padding-top:15px; margin-bottom: 50px;" |
|
|
|
|
|
|
|
th:object="${@securityUtil.getLoginSysUser()}"> |
|
|
|
<div class="layui-form-item" |
|
|
|
<div class="layui-form-item" |
|
|
|
th:each="field,iterStat : ${uploadFormConfig}" |
|
|
|
th:each="field,iterStat : ${uploadFormConfig}" |
|
|
|
th:if="${field.isShow}" |
|
|
|
th:if="${field.isShow}" |
|
|
@ -84,9 +85,10 @@ |
|
|
|
th:id="${'dict-'+field.fieldName}"></div> |
|
|
|
th:id="${'dict-'+field.fieldName}"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="layui-form-item" th:each="labelSet, iterState:${LabelConfigSet}" style="width: 100%"> |
|
|
|
<div class="layui-form-item" style="width: 100%" th:each="labelSet, iterState:${LabelConfigSet}"> |
|
|
|
<label class="layui-form-label" th:text="${labelSet.fieldTitle}">标签类型</label> |
|
|
|
<label class="layui-form-label" th:text="${labelSet.fieldTitle}">标签类型</label> |
|
|
|
<div class="layui-input-block label-set-component" |
|
|
|
<div class="layui-input-block"> |
|
|
|
|
|
|
|
<div class="label-set-component" |
|
|
|
th:data-id="${labelSet.id}" |
|
|
|
th:data-id="${labelSet.id}" |
|
|
|
th:data-field-title="${labelSet.fieldTitle}" |
|
|
|
th:data-field-title="${labelSet.fieldTitle}" |
|
|
|
th:data-label-id="${labelSet.labelId}" |
|
|
|
th:data-label-id="${labelSet.labelId}" |
|
|
@ -95,11 +97,12 @@ |
|
|
|
th:data-label-title-path="${labelSet.labelTitlePath}" |
|
|
|
th:data-label-title-path="${labelSet.labelTitlePath}" |
|
|
|
style="width:calc(100% - 120px);margin-left: 0"></div> |
|
|
|
style="width:calc(100% - 120px);margin-left: 0"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="layui-form-item other-label-item"> |
|
|
|
</div> |
|
|
|
<label class="layui-form-label"><a class="label-type choose-data add-other" |
|
|
|
<div class="layui-form-item other-label-item" style="width: 100%"> |
|
|
|
id="addOtherLabelBtn">添加</a>其他标签</label> |
|
|
|
<label class="layui-form-label"><a class="label-type choose-data add-other" id="addOtherLabelBtn">添加</a>其他标签</label> |
|
|
|
<div class="layui-input-block label-set-component other-label" th:data-field-title="其他标签" |
|
|
|
<div class="layui-input-block other-label-item"> |
|
|
|
style="width:calc(100% - 120px);margin-left: 0"></div> |
|
|
|
<div class="label-set-component other-label" th:data-field-title="其他标签"></div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="bottom-btns"> |
|
|
|
<div class="bottom-btns"> |
|
|
|