update:新增查询数据库版本字段
This commit is contained in:
parent
22fddce9ad
commit
969c0b5157
@ -44,6 +44,7 @@
|
|||||||
<el-table border :data="dbConfigList" stripe>
|
<el-table border :data="dbConfigList" stripe>
|
||||||
<el-table-column label="店铺ID" prop="storeId" />
|
<el-table-column label="店铺ID" prop="storeId" />
|
||||||
<el-table-column label="店铺名字" prop="storeName" />
|
<el-table-column label="店铺名字" prop="storeName" />
|
||||||
|
<el-table-column label="客户端版本" prop="clientVersion" />
|
||||||
<el-table-column label="数据库IP地址" prop="dbIp" />
|
<el-table-column label="数据库IP地址" prop="dbIp" />
|
||||||
<el-table-column label="数据库类型" prop="dbType" />
|
<el-table-column label="数据库类型" prop="dbType" />
|
||||||
<el-table-column label="数据库名称" prop="dbName" />
|
<el-table-column label="数据库名称" prop="dbName" />
|
||||||
@ -194,7 +195,6 @@
|
|||||||
this.storeIdOptions = res.data.items
|
this.storeIdOptions = res.data.items
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// 获取数据库配置列表
|
// 获取数据库配置列表
|
||||||
async fetchDbConfigList() {
|
async fetchDbConfigList() {
|
||||||
const params = {
|
const params = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user