src/views/hashrate/CameraManage/CameraRules/components/HashrateCard.vue
@@ -1,7 +1,7 @@ <template> <div class="HashrateCard"> <div class="hashrate"> <img :src="`/images/hashrate/${title}.png`" alt="" /> <img :src="`/images/hashrate/${image}`" alt="" /> <div class="hashrateContent"> <div class="label">{{ title }}</div> <div class="data"> @@ -56,6 +56,7 @@ InValidCount: { type: String, default: "" }, RunningCount: { type: String, default: "" }, NoDeal: { type: String, default: "" }, image: {}, }, data() { return {};