| | |
| | | <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%"> |
| | |
| | | </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"> |
| | |
| | | value: res.data.data.complete, |
| | | name: '已完成', |
| | | }); |
| | | console.log(arr); |
| | | init(arr); |
| | | }); |
| | | }; |