chengxiangling
2025-05-16 444ba76f4cca8a9df3faf61ab33ec631aec7fbba
src/views/mainPlan/weldSeamEcharts/index.vue
@@ -30,6 +30,13 @@
                    </el-row>
                </el-form>
            </el-col>
            <el-col style="display:flex; justify-content:flex-end; align-items:center; margin-bottom:10px;">
                <right-toolbar
                    v-model:showSearch="showSearch"
                    @queryTable="handleQuery"
                    @resetTable="resetQuery"
                ></right-toolbar>
            </el-col>
            <el-col>
                <div ref="chartRef" :style="{ width:width,height:height,border: '1px solid #ccc' }" v-loading="loading">
                    <div style="text-align: center;margin-top: 50px;color: #999;">暂无数据</div>
@@ -53,10 +60,10 @@
    });
    const { queryParams } = toRefs(data);
    const chartRef = ref(null);
    const height = ref(document.documentElement.clientHeight - 180 + "px");
    const height = ref(document.documentElement.clientHeight - 220 + "px");
    const width = ref(document.documentElement.clientWidth - 240 + "px");
    
    const showSearch = ref(false);
    const showSearch = ref(true);
    const loading = ref(false);
    /* const dataList = [