src/views/goalManagement/targetStatistics/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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">