From 9e29441646434d9f54a2c3e855a724633885d8a4 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 13 八月 2019 19:43:49 +0800
Subject: [PATCH] 缓存开发测试完成
---
WebService/src/main/resources/components/servicePackage/service-manage/serviceManage.html | 68 ++++++++++++++-------------------
1 files changed, 29 insertions(+), 39 deletions(-)
diff --git a/WebService/src/main/resources/components/servicePackage/service-manage/serviceManage.html b/WebService/src/main/resources/components/servicePackage/service-manage/serviceManage.html
index 643e7cd..30e5e43 100644
--- a/WebService/src/main/resources/components/servicePackage/service-manage/serviceManage.html
+++ b/WebService/src/main/resources/components/servicePackage/service-manage/serviceManage.html
@@ -5,50 +5,40 @@
<div class="ibox-title">
<h5>鏌ヨ鏉′欢</h5>
<div class="ibox-tools" style="top:10px;">
- <button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
+ <!-- <button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
v-on:click="_moreCondition()">鏇村
- </button>
+ </button>-->
</div>
</div>
<div class="ibox-content">
<div class="row">
- <div class="col-sm-4">
- <div class="form-group input-group">
- <input type="text" placeholder="璇烽�夋嫨搴旂敤鍚嶇О" v-model="serviceManageInfo.appName"
- class=" form-control">
- <div class="input-group-prepend">
- <button type="button" class="btn btn-primary btn-sm"><i
- class="glyphicon glyphicon-search"></i> 閫夋嫨
- </button>
- </div>
- </div>
- </div>
+
<div class="col-sm-4">
<div class="form-group">
- <input type="text" placeholder="璇疯緭鍏ユ湇鍔″悕绉�" v-model="serviceManageInfo.serviceName"
- class=" form-control">
+ <input type="text" placeholder="璇疯緭鍏ユ湇鍔″悕绉�"
+ v-model="serviceManageInfo.conditions.serviceName" class=" form-control">
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
- <input type="text" placeholder="璇疯緭鍏ユ湇鍔$紪鐮�" v-model="serviceManageInfo.serviceCode"
- class=" form-control">
+ <input type="text" placeholder="璇疯緭鍏ユ湇鍔$紪鐮�"
+ v-model="serviceManageInfo.conditions.serviceCode" class=" form-control">
+ </div>
+ </div>
+ <div class="col-sm-4">
+ <div class="form-group">
+ <input type="text" placeholder="璇疯緭鍏ヨ皟鐢ㄥ湴鍧�"
+ v-model="serviceManageInfo.conditions.serviceUrl" class=" form-control">
</div>
</div>
<div class="col-sm-1">
- <button type="button" class="btn btn-primary btn-sm"><i
- class="glyphicon glyphicon-search"></i> 鏌ヨ
+ <button type="button" class="btn btn-primary btn-sm" v-on:click="_queryServiceMethod()"><i
+ class="glyphicon glyphicon-search" ></i> 鏌ヨ
</button>
</div>
+
</div>
- <div class="row">
- <div class="col-sm-4">
- <div class="form-group">
- <input type="text" placeholder="璇疯緭鍏ヨ皟鐢ㄥ湴鍧�" v-model="serviceManageInfo.serviceUrl"
- class=" form-control">
- </div>
- </div>
- </div>
+
</div>
</div>
@@ -59,6 +49,12 @@
<div class="ibox">
<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="_openAddServiceModal()">
+ <i class="glyphicon glyphicon-plus"></i>
+ 娣诲姞鏈嶅姟
+ </button>
+ </div>
</div>
<div class="ibox-content">
@@ -71,15 +67,9 @@
<th class="text-center">鏈嶅姟ID</th>
<th class="text-center">鏈嶅姟鍚嶇О</th>
<th class="text-center">鏈嶅姟缂栫爜</th>
- <th class="text-center">绉橀挜</th>
- <th class="text-center">搴忓垪</th>
<th class="text-center">娑堟伅闃熷垪</th>
- <th class="text-center">鏄惁瀹炰緥</th>
<th class="text-center">璋冪敤鍦板潃</th>
<th class="text-center">璋冪敤鏂瑰紡</th>
- <th class="text-center">瓒呮椂鏃堕棿</th>
- <th class="text-center">閲嶈瘯娆℃暟</th>
- <th class="text-center">鎻愪緵鏈嶅姟</th>
<th class="text-center">鎿嶄綔</th>
@@ -90,15 +80,9 @@
<td class="text-center">{{service.serviceId}}</td>
<td class="text-center">{{service.name}}</td>
<td class="text-center">{{service.serviceCode}}</td>
- <td class="text-center">{{service.businessTypeCd}}</td>
- <td class="text-center">{{service.seq}}</td>
<td class="text-center">{{service.messageQueueName}}</td>
- <td class="text-center">{{service.isInstance}}</td>
<td class="text-center">{{service.url}}</td>
<td class="text-center">{{service.method}}</td>
- <td class="text-center">{{service.timeout}}</td>
- <td class="text-center">{{service.retryCount}}</td>
- <td class="text-center">{{service.provideAppId}}</td>
<td class="text-center">
<div class="btn-group">
<button class="btn-white btn btn-xs" v-on:click="_openEditServiceModel(service)">
@@ -129,6 +113,12 @@
</div>
</div>
+ <!--<vc:create name="chooseApp"
+ emitChooseApp="serviceManage"
+ emitLoadData="serviceManage"
+ ></vc:create>-->
+
+
<vc:create name="addService"
callBackListener=""
callBackFunction=""
--
Gitblit v1.8.0