Commit b571a57f authored by yaobaizheng's avatar yaobaizheng

//立业云后台提交

parent 20da0f8e
......@@ -52,7 +52,7 @@
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">关联名称:</label>
<label class="col-sm-3 control-label">名称:</label>
<div class="col-sm-8">
<div class="input-group">
<input class="form-control" type="text" id="associationName" name="associationName" onclick="selectType()" >
......
......@@ -53,7 +53,7 @@
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">关联名称:</label>
<label class="col-sm-3 control-label">名称:</label>
<div class="col-sm-8">
<div class="input-group">
<input class="form-control" type="text" id="associationName" name="associationName" onclick="selectType()" th:field="*{associationName}">
......
......@@ -27,12 +27,16 @@
<!-- <input type="text" name="associationId"/>-->
<!-- </li>-->
<li>
<label>关联名称:</label>
<label>名称:</label>
<input type="text" name="associationName"/>
</li>
<li>
<label>类型:</label>
<input type="type" name="associationName"/>
<!-- <label>类型:</label>-->
<!-- <input type="type" name="type"/>-->
类型:<select name="type" th:with="type=${@dict.getType('lyy_business_type')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select>
</li>
<!-- <li>-->
<!-- <label>转跳链接:</label>-->
......@@ -122,7 +126,7 @@
// },
{
field: 'associationName',
title: '关联名称'
title: '名称'
},
// {
// field: 'linkUrl',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment