|
|
@ -45,8 +45,8 @@ |
|
|
|
<input type="hidden" name="MD5"> |
|
|
|
<input type="hidden" name="MD5"> |
|
|
|
<input type="hidden" name="isFirst"> |
|
|
|
<input type="hidden" name="isFirst"> |
|
|
|
<div class="layui-form-item" |
|
|
|
<div class="layui-form-item" |
|
|
|
th:each="field,iterStat : ${uploadFormConfig}" |
|
|
|
th:each="field,iterStat : ${allUploadFormConfig.get(file.dataType)}" |
|
|
|
th:if="${field.isShow}" |
|
|
|
th:if="${field.isShow && field.fieldName != 'dataType'}" |
|
|
|
th:style="${field.fieldType == 'textarea' ? 'width: calc(100% - 30px);' : ''}" |
|
|
|
th:style="${field.fieldType == 'textarea' ? 'width: calc(100% - 30px);' : ''}" |
|
|
|
th:with="username=*{userName}"> |
|
|
|
th:with="username=*{userName}"> |
|
|
|
<label th:if="${field.isRequired}" class="layui-form-label"> |
|
|
|
<label th:if="${field.isRequired}" class="layui-form-label"> |
|
|
|