ZZJ
2022-07-14 10c762851cf552a75c61ff5b1bcf4057028f0179
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 {};