|
|
|
@ -117,43 +117,48 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<!--<el-card class="el-card">-->
|
|
|
|
|
<!--<el-row :gutter="20" class="el-row" type="flex">-->
|
|
|
|
|
<!--<el-col :span="20" class="el-col">-->
|
|
|
|
|
<!--<div class="text item">-->
|
|
|
|
|
<!--<div class="itemTag">-->
|
|
|
|
|
<!--<span>应用码(APPID): </span>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<el-form-item prop="appId">-->
|
|
|
|
|
<!--<el-input-->
|
|
|
|
|
<!--style="width: 400px"-->
|
|
|
|
|
<!--size="small"-->
|
|
|
|
|
<!--splaceholder="请输入内容"-->
|
|
|
|
|
<!--v-model="inputQuery.appId"-->
|
|
|
|
|
<!--></el-input>-->
|
|
|
|
|
<!--</el-form-item>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</el-col>-->
|
|
|
|
|
<!--</el-row>-->
|
|
|
|
|
<el-card class="el-card">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<el-row :gutter="20" class="el-row" type="flex">-->
|
|
|
|
|
<!--<el-col :span="20" class="el-col">-->
|
|
|
|
|
<!--<div class="text item">-->
|
|
|
|
|
<!--<div class="itemTag">-->
|
|
|
|
|
<!--<span>授权码(APPSecret): </span>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--<el-form-item prop="appSecret">-->
|
|
|
|
|
<!--<el-input-->
|
|
|
|
|
<!--style="width: 400px"-->
|
|
|
|
|
<!--size="small"-->
|
|
|
|
|
<!--splaceholder="请输入内容"-->
|
|
|
|
|
<!--v-model="inputQuery.appSecret"-->
|
|
|
|
|
<!--></el-input>-->
|
|
|
|
|
<!--</el-form-item>-->
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--</el-col>-->
|
|
|
|
|
<!--</el-row>-->
|
|
|
|
|
<!--</el-card>-->
|
|
|
|
|
<div>
|
|
|
|
|
<p class="form-title">医疗器械唯一标识数据库接口调用凭据</p>
|
|
|
|
|
</div>
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex" style="margin-top: 30px">
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<div class="itemTag">
|
|
|
|
|
<span>应用码(APPID): </span>
|
|
|
|
|
</div>
|
|
|
|
|
<el-form-item prop="appId">
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 400px"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.appId"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="20" class="el-row" type="flex">
|
|
|
|
|
<el-col :span="20" class="el-col">
|
|
|
|
|
<div class="text item">
|
|
|
|
|
<div class="itemTag">
|
|
|
|
|
<span>授权码(APPSecret): </span>
|
|
|
|
|
</div>
|
|
|
|
|
<el-form-item prop="appSecret">
|
|
|
|
|
<el-input
|
|
|
|
|
style="width: 400px"
|
|
|
|
|
size="small"
|
|
|
|
|
splaceholder="请输入内容"
|
|
|
|
|
v-model="inputQuery.appSecret"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-card>
|
|
|
|
|
|
|
|
|
|
<div style="text-align: center">
|
|
|
|
|
<el-form-item>
|
|
|
|
@ -285,7 +290,16 @@ export default {
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-title {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-family: Noto Sans SC;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #303133;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
.el-card {
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|