ZZJ
2022-07-14 2b99047683332624832c1dfcae596e957a710b7d
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 {};