mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-25 01:29:47 +08:00
update 充电站通信信息
This commit is contained in:
@@ -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 + ", " +
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user