update:店铺/店铺数据库配置列表客户端版本显示更新

This commit is contained in:
hufflzp 2025-12-24 11:06:36 +08:00
parent dcf7a1b4d6
commit 5e0239da35

View File

@ -44,7 +44,16 @@
<el-table border :data="dbConfigList" stripe>
<el-table-column label="店铺ID" prop="storeId" />
<el-table-column label="店铺名字" prop="storeName" />
<el-table-column label="客户端版本" prop="clientVersion" />
<el-table-column label="客户端版本" prop="clientVersion">
<template slot-scope="scope">
{{
scope.row.clientVersion == '1' ? '商云10' :
scope.row.clientVersion == '2' ? '商瑞9.7' :
scope.row.clientVersion == '3' ? '商祺':
'其他'
}}
</template>
</el-table-column>
<el-table-column label="数据库IP地址" prop="dbIp" />
<el-table-column label="数据库类型" prop="dbType" />
<el-table-column label="数据库名称" prop="dbName" />