|
@@ -139,16 +139,13 @@
|
|
|
<section class="tab-item-1" style="height: 100%;width: 100%;display: block">
|
|
<section class="tab-item-1" style="height: 100%;width: 100%;display: block">
|
|
|
<div class="container-fluid">
|
|
<div class="container-fluid">
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
- <div id="searchCheckBox" class="col-md-6"></div>
|
|
|
|
|
- <div class="col-md-6" style="text-align: right;">
|
|
|
|
|
|
|
+ <div id="searchCheckBox" class="col-md-8"></div>
|
|
|
|
|
+ <div class="col-md-4">
|
|
|
<input type="text" class="form-group form-control" id="searchInput"
|
|
<input type="text" class="form-group form-control" id="searchInput"
|
|
|
style="width: 300px;display: inline"/>
|
|
style="width: 300px;display: inline"/>
|
|
|
<button class="btn btn-danger form-inline" style="margin-bottom: 5px"
|
|
<button class="btn btn-danger form-inline" style="margin-bottom: 5px"
|
|
|
onclick="searchKeyAction()">搜索
|
|
onclick="searchKeyAction()">搜索
|
|
|
</button>
|
|
</button>
|
|
|
- <button class="btn btn-success form-inline" style="margin-bottom: 5px; margin-left: 10px;"
|
|
|
|
|
- onclick="addRow()">添加
|
|
|
|
|
- </button>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -383,7 +380,7 @@
|
|
|
// body部详细语言
|
|
// body部详细语言
|
|
|
let body_data = data['lw_dict'];
|
|
let body_data = data['lw_dict'];
|
|
|
lw_data = body_data
|
|
lw_data = body_data
|
|
|
- let head_html = '<tr><th width="180px"><a href="javascript:void(0);" onclick=""></a></th><th>key</th>';
|
|
|
|
|
|
|
+ let head_html = '<tr><th width="180px"><a href="javascript:void(0);" onclick="addRow()">add</a></th><th>key</th>';
|
|
|
let search_tab = '<label><input type="radio" name="optionsRadios" value="key" checked>key</label>'
|
|
let search_tab = '<label><input type="radio" name="optionsRadios" value="key" checked>key</label>'
|
|
|
|
|
|
|
|
//头部标签添加
|
|
//头部标签添加
|