|
|
@@ -5,10 +5,26 @@
|
|
|
<div class="ibox-title">
|
|
|
<h5>编码映射信息</h5>
|
|
|
<div class="ibox-tools" style="top:10px;">
|
|
|
- <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddMappingModal()">
|
|
|
- <i class="glyphicon glyphicon-plus"></i>
|
|
|
- 添加编码映射
|
|
|
- </button>
|
|
|
+
|
|
|
+ <form>
|
|
|
+ <div class="form-row">
|
|
|
+ <div class="col-8 input-group input-group-sm">
|
|
|
+ <input type="text" placeholder="请填写名称" class=" form-control" v-model="mappingManageInfo.name">
|
|
|
+ <div class="input-group-prepend">
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" v-on:click="_queryMappingMethod()">
|
|
|
+ <i class="glyphicon glyphicon-search"></i> 马上查询</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col">
|
|
|
+ <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddMappingModal()">
|
|
|
+ <i class="glyphicon glyphicon-plus"></i>
|
|
|
+ 添加编码映射
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="ibox-content">
|
|
|
@@ -19,7 +35,7 @@
|
|
|
>
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th class="text-center">编码ID</th>
|
|
|
+ <th class="text-center">编码ID</th>
|
|
|
<th class="text-center">域</th>
|
|
|
<th class="text-center">名称</th>
|
|
|
<th class="text-center">键</th>
|