From e37e45cfe1123928dba5d9c5a427b0ee497b7ad6 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期二, 23 八月 2022 03:21:32 +0800 Subject: [PATCH] 修复算法配置的字段内容 --- src/views/hashrate/HashManage/components/ClusterCard.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/hashrate/HashManage/components/ClusterCard.vue b/src/views/hashrate/HashManage/components/ClusterCard.vue index f7ed1fe..752887e 100644 --- a/src/views/hashrate/HashManage/components/ClusterCard.vue +++ b/src/views/hashrate/HashManage/components/ClusterCard.vue @@ -1,8 +1,8 @@ <template> <div class="ClusterCard"> <div class="cardHeader"> - <img v-if="info.type == 1" src="/images/hashrate/闆嗙兢.png" alt="" /> - <img v-else src="/images/hashrate/璁惧.png" alt="" /> + <img v-if="info.type == 1" src="/images/hashrate/cluster.png" alt="" /> + <img v-else src="/images/hashrate/equipment.png" alt="" /> <div class="info"> <div class="name">{{ info.name }}</div> @@ -14,7 +14,7 @@ <div class="cardFooter"> <div class="hashrate"> <div class="label"> - <img src="/images/hashrate/瀹炴椂绠楀姏.png" alt="" /> + <img src="/images/hashrate/realTime2.png" alt="" /> 瀹炴椂绠楀姏 </div> <div class="data"> @@ -25,7 +25,7 @@ <div class="hashrate"> <div class="label"> - <img src="/images/hashrate/杞绠楀姏.png" alt="" /> + <img src="/images/hashrate/polling.png" alt="" /> 杞绠楀姏 </div> <div class="data"> @@ -36,7 +36,7 @@ <div class="hashrate"> <div class="label"> - <img src="/images/hashrate/鏁版嵁鏍堢畻鍔�.png" alt="" /> + <img src="/images/hashrate/static.png" alt="" /> 鏁版嵁鏍堢畻鍔� </div> <div class="data"> -- Gitblit v1.8.0