服务组织

This commit is contained in:
丁瑞超 2020-11-04 18:11:31 +08:00
parent 4cda333799
commit 01c74da3b8
1 changed files with 27 additions and 27 deletions

View File

@ -14,44 +14,44 @@
<label>企业名称:</label> <label>企业名称:</label>
<input type="text" name="name"/> <input type="text" name="name"/>
</li> </li>
<li> <!-- <li>
<label>联系人:</label> <label>联系人:</label>
<input type="text" name="contacts"/> <input type="text" name="contacts"/>
</li> </li>
<li> <li>
<label>联系电话:</label> <label>联系电话:</label>
<input type="text" name="phone"/> <input type="text" name="phone"/>
</li> </li>-->
<li> <!-- <li>
<label>标题:</label> <label>标题:</label>
<input type="text" name="title"/> <input type="text" name="title"/>
</li> </li>
<li> <li>
<label>简介:</label> <label>简介:</label>
<input type="text" name="introduction"/> <input type="text" name="introduction"/>
</li> </li>-->
<li> <!--<li>
<label>点击量:</label> <label>点击量:</label>
<input type="text" name="hits"/> <input type="text" name="hits"/>
</li> </li>-->
<li> <li>
<label>状态:</label> <label>审核状态:</label>
<select name="auditStatus"> <select name="auditStatus" th:with="type=${@dict.getType('audit_status')}">
<option value="">所有</option> <option value="">所有</option>
<option value="-1">代码生成请选择字典属性</option> <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select> </select>
</li> </li>
<li> <li>
<label>状态:</label> <label>状态:</label>
<select name="status"> <select name="status" th:with="type=${@dict.getType('sys_normal_disable')}">
<option value="">所有</option> <option value="">所有</option>
<option value="-1">代码生成请选择字典属性</option> <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
</select> </select>
</li> </li>
<li> <!-- <li>
<label>审核者:</label> <label>审核者:</label>
<input type="text" name="checkBy"/> <input type="text" name="checkBy"/>
</li> </li>-->
<li class="select-time"> <li class="select-time">
<label>审核时间:</label> <label>审核时间:</label>
<input type="text" class="time-input" id="startTime" placeholder="开始时间" name="params[beginCheckTime]"/> <input type="text" class="time-input" id="startTime" placeholder="开始时间" name="params[beginCheckTime]"/>
@ -77,9 +77,9 @@
<a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" shiro:hasPermission="front:organization:remove"> <a class="btn btn-danger multiple disabled" onclick="$.operate.removeAll()" shiro:hasPermission="front:organization:remove">
<i class="fa fa-remove"></i> 删除 <i class="fa fa-remove"></i> 删除
</a> </a>
<a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="front:organization:export"> <!-- <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="front:organization:export">
<i class="fa fa-download"></i> 导出 <i class="fa fa-download"></i> 导出
</a> </a>-->
</div> </div>
<div class="col-sm-12 select-table table-striped"> <div class="col-sm-12 select-table table-striped">
<table id="bootstrap-table"></table> <table id="bootstrap-table"></table>
@ -122,31 +122,31 @@
}, },
{ {
field: 'licenseUrl', field: 'licenseUrl',
title: '营业执照图片地址' title: '营业执照'
}, },
{ /* {
field: 'title', field: 'title',
title: '标题' title: '标题'
}, },*/
{ /* {
field: 'introduction', field: 'introduction',
title: '简介' title: '简介'
}, },*/
{ /*{
field: 'content', field: 'content',
title: '机构详情内容' title: '机构详情内容'
}, },*/
{ {
field: 'hits', field: 'hits',
title: '点击量' title: '点击量'
}, },
{ {
field: 'auditStatus', field: 'auditStatus',
title: '状态' title: '审核状态'
}, },
{ {
field: 'pictureUrl', field: 'pictureUrl',
title: '图片地址' title: '图片'
}, },
{ {
field: 'status', field: 'status',