update 刷新按钮

This commit is contained in:
2023-03-10 17:07:54 +08:00
parent afd974bb27
commit 7aa58265e2

View File

@@ -15,10 +15,8 @@
<div class="advContent">
<el-card class="box-card" shadow="hover">
<div slot="header" class="clearfix">
<span
>充电设备(<span style="color: #bf1c1c">{{ status }}</span
>)</span
>
<span>充电设备(<span style="color: #bf1c1c">{{ status }}</span>)</span>
<el-button icon="el-icon-refresh-right" style="float: right; padding: 3px 0" type="text" @click="getPileDetail">刷新</el-button>
</div>
<!--二维码-->
<div class="hello">
@@ -97,7 +95,7 @@
<el-card class="box-card" shadow="hover">
<div style="margin: 12px 0">
<span>接口列表</span>
<el-button icon="el-icon-refresh-right" size="mini" @click="refreshPileConnectorList">刷新</el-button>
<el-button icon="el-icon-refresh-right" style="float: right; padding: 3px 0" type="text" @click="refreshPileConnectorList">刷新</el-button>
</div>
<!--<div style="margin-top: 20px">
&lt;!&ndash; 刷新按钮 &ndash;&gt;
@@ -204,7 +202,7 @@
<el-card style="margin-top: 20px" shadow="hover">
<div style="margin: 12px 0">
<span>充电桩通信日志</span>
<el-button icon="el-icon-refresh-right" size="mini" @click="getFeedList">刷新</el-button>
<el-button icon="el-icon-refresh-right" style="float: right; padding: 3px 0" type="text" @click="getFeedList">刷新</el-button>
</div>
<el-table :data="feedList" stripe style="width: 100%" v-loading="feedListLoading">
<el-table-column prop="createTime" label="触发时间" align="center" width="200"/>