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"); String pileType = jsonObject.getString("pileType");
if (StringUtils.equals(pileType, "1")) { if (StringUtils.equals(pileType, "01")) {
pileType = "运营桩"; pileType = "运营桩";
} else { } else {
pileType = "个人桩"; pileType = "个人桩";
} }
return "SIM卡号:" + iccid + ", " + return "SIM卡号:" + iccid + ", " +
"设备程序版本:" + programVersion + ", " + "设备程序版本:" + programVersion + ", " +
"桩类型:" + pileType + ", " + "桩类型:" + pileType + ", " +

View File

@@ -296,13 +296,18 @@
prop="description" prop="description"
label="描述" label="描述"
align="center" align="center"
width="400" width="800"
/>
<el-table-column
prop="originalMsg"
label="原始报文"
align="center"
/> />
<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> </el-table>
<!--分页--> <!--分页-->
<pagination <pagination
@@ -345,6 +350,7 @@ export default {
dicts: ["connector_status", "connector_type", "sim_supplier", "sim_operator"], dicts: ["connector_status", "connector_type", "sim_supplier", "sim_operator"],
data() { data() {
return { return {
visible: false,
clearableFlag: true, clearableFlag: true,
resCode: null, resCode: null,
msg: null, msg: null,