|  |  |  | 
|---|
|  |  |  | <div style="position: absolute; right: 1rem; top: 0.3rem;"> | 
|---|
|  |  |  | <el-popover placement="bottom" width="900" height="300" trigger="click"> | 
|---|
|  |  |  | <div style="height: 600px; overflow:auto; padding: 20px"> | 
|---|
|  |  |  | <el-descriptions v-for="(value, key, index) in serverConfig" :key="key" border column="1" style="margin-bottom: 1rem"> | 
|---|
|  |  |  | <el-descriptions v-for="(value, key, index) in serverConfig" :key="key" border :column="1" style="margin-bottom: 1rem"> | 
|---|
|  |  |  | <template slot="title"> | 
|---|
|  |  |  | {{key}} | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | 
|---|
|  |  |  | </el-popover> | 
|---|
|  |  |  | <el-popover placement="bottom" width="900" height="300" trigger="click"> | 
|---|
|  |  |  | <div style="height: 600px;overflow:auto; padding: 20px"> | 
|---|
|  |  |  | <el-descriptions title="国标配置" border column="1"> | 
|---|
|  |  |  | <el-descriptions title="国标配置" border :column="1"> | 
|---|
|  |  |  | <template slot="extra"> | 
|---|
|  |  |  | <el-button style="float: right;" type="primary" size="mini" icon="el-icon-document-copy"  title="点击拷贝" v-clipboard="JSON.stringify(wvpServerConfig.sip)" @success="$message({type:'success', message:'成功拷贝到粘贴板'})"></el-button> | 
|---|
|  |  |  | <el-button style="float: right;" type="primary" size="mini" icon="el-icon-document-copy"  title="点击拷贝" v-clipboard="JSON.stringify(wvpServerConfig.sip)|| ''" @success="$message({type:'success', message:'成功拷贝到粘贴板'})"></el-button> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | <el-descriptions-item v-for="(value, key, index) in wvpServerConfig.sip"> | 
|---|
|  |  |  | <template slot="label"> | 
|---|
|  |  |  | 
|---|
|  |  |  | </el-descriptions> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <div style="margin-top: 1rem"> | 
|---|
|  |  |  | <el-descriptions title="基础配置" border column="1"> | 
|---|
|  |  |  | <el-descriptions title="基础配置" border :column="1"> | 
|---|
|  |  |  | <template slot="extra"> | 
|---|
|  |  |  | <el-button style="float: right;" type="primary" size="mini" icon="el-icon-document-copy"  title="点击拷贝" v-clipboard="JSON.stringify(wvpServerConfig.base)" @success="$message({type:'success', message:'成功拷贝到粘贴板'})"></el-button> | 
|---|
|  |  |  | <el-button style="float: right;" type="primary" size="mini" icon="el-icon-document-copy"  title="点击拷贝" v-clipboard="JSON.stringify(wvpServerConfig.base)|| ''" @success="$message({type:'success', message:'成功拷贝到粘贴板'})"></el-button> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | <el-descriptions-item v-for="(value, key, index) in wvpServerConfig.base" :key="key"> | 
|---|
|  |  |  | <template slot="label" > | 
|---|
|  |  |  | 
|---|
|  |  |  | </el-descriptions> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div style="margin-top: 1rem"> | 
|---|
|  |  |  | <el-descriptions title="版本信息" border column="1"> | 
|---|
|  |  |  | <el-descriptions title="版本信息" border :column="1"> | 
|---|
|  |  |  | <template slot="extra"> | 
|---|
|  |  |  | <el-button style="float: right;" type="primary" size="mini" icon="el-icon-document-copy"  title="点击拷贝" v-clipboard="JSON.stringify(wvpServerVersion)" @success="$message({type:'success', message:'成功拷贝到粘贴板'})"></el-button> | 
|---|
|  |  |  | <el-button style="float: right;" type="primary" size="mini" icon="el-icon-document-copy"  title="点击拷贝" v-clipboard="JSON.stringify(wvpServerVersion) || ''" @success="$message({type:'success', message:'成功拷贝到粘贴板'})"></el-button> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | <el-descriptions-item v-for="(value, key, index) in wvpServerVersion" :key="key"> | 
|---|
|  |  |  | <template slot="label"> | 
|---|