|
|
@ -181,7 +181,7 @@ const changeDialogStatus = (val) => { |
|
|
|
</el-row> |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
</el-form> |
|
|
|
<el-table :data="tableData" style="width: 100%"> |
|
|
|
<el-table :data="tableData" style="width: 100%"> |
|
|
|
<el-table-column prop="update_time" label="最后查询时间" min-width="150"></el-table-column> |
|
|
|
<el-table-column prop="update_time" label="最后查询时间" min-width="180"></el-table-column> |
|
|
|
<el-table-column prop="ip" label="操作" min-width="80"> |
|
|
|
<el-table-column prop="ip" label="操作" min-width="80"> |
|
|
|
<template v-slot="scope"> |
|
|
|
<template v-slot="scope"> |
|
|
|
<el-button type="info" size="small" @click="changeDialogStatus(scope.row.ip)">更新</el-button> |
|
|
|
<el-button type="info" size="small" @click="changeDialogStatus(scope.row.ip)">更新</el-button> |
|
|
@ -210,7 +210,9 @@ const changeDialogStatus = (val) => { |
|
|
|
<el-table-column prop="inner_id" label="鼎新编码" min-width="90"></el-table-column> |
|
|
|
<el-table-column prop="inner_id" label="鼎新编码" min-width="90"></el-table-column> |
|
|
|
<el-table-column prop="sys_ver" label="系统版本" min-width="175"></el-table-column> |
|
|
|
<el-table-column prop="sys_ver" label="系统版本" min-width="175"></el-table-column> |
|
|
|
<el-table-column prop="client_ver" label="客户端版本" min-width="150"></el-table-column> |
|
|
|
<el-table-column prop="client_ver" label="客户端版本" min-width="150"></el-table-column> |
|
|
|
<el-table-column prop="db_user" label="数据库账号" min-width="90"></el-table-column> |
|
|
|
<el-table-column prop="is_cloud" label="云版本" min-width="80"></el-table-column> |
|
|
|
|
|
|
|
<el-table-column prop="remote_label" label="远程办公识别码" min-width="200" class-name="remote"></el-table-column> |
|
|
|
|
|
|
|
<el-table-column prop="db_user" label="数据库账号" min-width="100"></el-table-column> |
|
|
|
<el-table-column prop="db_pwd" label="数据库密码" min-width="120"></el-table-column> |
|
|
|
<el-table-column prop="db_pwd" label="数据库密码" min-width="120"></el-table-column> |
|
|
|
</el-table> |
|
|
|
</el-table> |
|
|
|
<CinemaUpdate :ip="update_ip"></CinemaUpdate> |
|
|
|
<CinemaUpdate :ip="update_ip"></CinemaUpdate> |
|
|
@ -218,5 +220,7 @@ const changeDialogStatus = (val) => { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style scoped> |
|
|
|
<style scoped> |
|
|
|
|
|
|
|
:deep(td.remote div){ |
|
|
|
|
|
|
|
font-family: "YaHei Consolas Hybrid"; |
|
|
|
|
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|