Your Name
2022-08-25 0203ef4d930ba7a56996debad9d14c9528390fba
src/views/goalManagement/targetStatistics/index.vue
@@ -1,5 +1,6 @@
<template>
   <div style="background-color: #fff">
     <h2 style="line-height:40px;text-align: center;padding: 20px 0;">目标完成情况统计</h2>
      <el-row style="padding:20px 0">
         <el-col :span="4" :offset="17">
            <el-select v-model="form.targetType" placeholder="" @change="listApi" style="width:100%">
@@ -10,7 +11,7 @@
            </el-select>
         </el-col>
      </el-row>
      <div ref="main" style="width: 100%; height: 400px;"></div>
      <div ref="main" style="width: 100%; height: 450px;"></div>
   </div>
</template>
<script lang="ts">
@@ -42,7 +43,6 @@
                  value: res.data.data.complete,
                  name: '已完成',
               });
               console.log(arr);
               init(arr);
            });
      };