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