mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 刷新按钮
This commit is contained in:
@@ -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">
|
||||
<!– 刷新按钮 –>
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user