wuxw
2019-07-20 39ceed7f60905297629a45978cc29b6fe8bd05d8
WebService/src/main/resources/components/view-service-info/viewServiceInfo.html
@@ -4,10 +4,10 @@
            <div class="ibox-title">
                <h5>服务信息</h5>
                <div class="ibox-tools" style="top:10px;">
                    <button type="button" class="btn btn-primary btn-sm" style="margin-right:10px;"  v-on:click="_openSelectServiceInfoModel()">
                    <button type="button" v-if="viewServiceInfo.index != 2" class="btn btn-primary btn-sm" style="margin-right:10px;"  v-on:click="_openSelectServiceInfoModel()">
                        <i class="glyphicon glyphicon-search"></i> 选择服务</button>
                    <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddServiceInfoModel()">
                    <button type="button" v-if="viewServiceInfo.index != 2" class="btn btn-primary btn-sm" v-on:click="_openAddServiceInfoModel()">
                        <i class="glyphicon glyphicon-plus"></i> 添加服务</button>
                </div>
            </div>
@@ -81,11 +81,14 @@
        </div>
    </div>
    <vc:create name="addService"></vc:create>
    <vc:create name="addService"
               callBackListener="viewServiceInfo"
               callBackFunction="chooseService"
    ></vc:create>
  <!--  <vc:create name="chooseService"
    <vc:create name="chooseService"
               emitChooseService="viewServiceInfo"
               emitLoadData="viewServiceInfo"
    ></vc:create>-->
    ></vc:create>
</div>