|
@@ -10,38 +10,38 @@
|
|
|
<form id="formId">
|
|
|
<div class="select-list">
|
|
|
<ul>
|
|
|
- <li>
|
|
|
+ <!--<li>
|
|
|
<label>接口码:</label>
|
|
|
<input type="text" name="code"/>
|
|
|
- </li>
|
|
|
+ </li>-->
|
|
|
<li>
|
|
|
<label>接口名称:</label>
|
|
|
<input type="text" name="interfaceName"/>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <!--<li>
|
|
|
<label>请求方式:</label>
|
|
|
<select name="interfaceType" th:with="type=${@dict.getType('interface_type')}">
|
|
|
<option value="">所有</option>
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|
|
|
th:value="${dict.dictValue}"></option>
|
|
|
</select>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
+ </li>-->
|
|
|
+ <!--<li>
|
|
|
<label>签名服务地址:</label>
|
|
|
<input type="text" name="signServeraddress"/>
|
|
|
- </li>
|
|
|
+ </li>-->
|
|
|
<li>
|
|
|
<label>接口地址:</label>
|
|
|
<input type="text" name="interfaceAddress"/>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <!--<li>
|
|
|
<label>IAM方式:</label>
|
|
|
<input type="text" name="typeIam"/>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
+ </li>-->
|
|
|
+ <!--<li>
|
|
|
<label>AK/SK方式:</label>
|
|
|
<input type="text" name="typeAksk"/>
|
|
|
- </li>
|
|
|
+ </li>-->
|
|
|
<li>
|
|
|
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i
|
|
|
class="fa fa-search"></i> 搜索</a>
|
|
@@ -99,7 +99,7 @@
|
|
|
{
|
|
|
field: 'id',
|
|
|
title: '主键ID',
|
|
|
- visible: true
|
|
|
+ visible: false
|
|
|
},
|
|
|
|
|
|
{
|
|
@@ -135,11 +135,13 @@
|
|
|
title: '请求方式',
|
|
|
formatter: function (value, item, index) {
|
|
|
return $.table.selectDictLabel(interfaceType_datas, item.interfaceType);
|
|
|
- }
|
|
|
+ },
|
|
|
+ visible: false
|
|
|
},
|
|
|
{
|
|
|
field: 'env',
|
|
|
- title: '环境'
|
|
|
+ title: '环境',
|
|
|
+ visible: false
|
|
|
},
|
|
|
{
|
|
|
field: 'signServeraddress',
|