update 充电站通信信息

This commit is contained in:
2023-11-04 10:01:04 +08:00
parent 6c4ee213e6
commit dc9d8647fc
2 changed files with 14 additions and 7 deletions

View File

@@ -135,11 +135,12 @@ public class PileMsgRecordServiceImpl implements IPileMsgRecordService {
// 桩类型
String pileType = jsonObject.getString("pileType");
if (StringUtils.equals(pileType, "1")) {
if (StringUtils.equals(pileType, "01")) {
pileType = "运营桩";
} else {
pileType = "个人桩";
}
return "SIM卡号:" + iccid + ", " +
"设备程序版本:" + programVersion + ", " +
"桩类型:" + pileType + ", " +

View File

@@ -296,13 +296,18 @@
prop="description"
label="描述"
align="center"
width="400"
/>
<el-table-column
prop="originalMsg"
label="原始报文"
align="center"
width="800"
/>
<el-table-column prop="originalMsg" label="原始报文" align="center">
<el-popover
placement="bottom"
title="标题"
width="200"
trigger="click"
content="这是一段内容,这是一段内容,这是一段内容,这是一段内容。">
<el-button slot="reference">查看</el-button>
</el-popover>
</el-table-column>
</el-table>
<!--分页-->
<pagination
@@ -345,6 +350,7 @@ export default {
dicts: ["connector_status", "connector_type", "sim_supplier", "sim_operator"],
data() {
return {
visible: false,
clearableFlag: true,
resCode: null,
msg: null,