|
|
|
@ -79,17 +79,27 @@
|
|
|
|
|
<el-col :span="18" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<div class="itemTag" style="width: 200px;">
|
|
|
|
|
<span>第三方系统IP地址: </span>
|
|
|
|
|
<span v-text="inputQuery.thirdName + 'IP地址: '"></span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 70%;margin-left: -80px;"
|
|
|
|
|
size="mini"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.thirdSysUrl"
|
|
|
|
|
></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-button style="margin-left: 5px;" type="primary" @click="testThirdInter">测试连通性</el-button>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="18" class="el-col" style="margin-left: 60px;">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<el-row>
|
|
|
|
|
<label style="width: 80px;">IP地址:</label>
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 40%;"
|
|
|
|
|
size="mini"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.thirdSysUrl"
|
|
|
|
|
></el-input>
|
|
|
|
|
|
|
|
|
|
<el-button style="margin-left: 5px;" type="primary" @click="testThirdInter">测试连通性</el-button>
|
|
|
|
|
</el-row>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
@ -122,7 +132,7 @@
|
|
|
|
|
<el-col :span="18" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<div class="itemTag" style="width: 200px;">
|
|
|
|
|
<span>第三方服务接口授权: </span>
|
|
|
|
|
<span v-text="inputQuery.thirdName + '接口授权:'"> </span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|