mark
2022-10-25 f20a554bdb24e9dfde9dc6a69d78595944f61d15
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 {};