riku
2024-07-12 756be572e470c4a2e2e971350a545b3e8d9c0180
src/views/management/TaskStats.vue
@@ -1,6 +1,6 @@
<template>
  <div class="border-r-small">
    <div class="font-large">巡查量</div>
    <div class="font-large">任务监控</div>
    <el-row justify="space-evenly">
      <el-statistic title="今日完成" :value="10"> </el-statistic>
      <el-statistic title="本周完成" :value="10"> </el-statistic>
@@ -29,6 +29,9 @@
 */
export default {
  components: { SelfInspection, JointEnforcement },
  props: {
    height: String
  },
  data() {
    return {
      tasks: []