shj
2022-08-22 f75fa7a13a688ffead2b243ece2444a0b3b3bd78
对接
已修改1个文件
3 ■■■■ 文件已修改
src/views/goalManagement/targetStatistics/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | 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">