chengxiangling
2025-05-15 52e3605766d85b04f2952b537b3f6d8d6bd96a8b
src/views/mainPlan/weldSeamEcharts/index.vue
@@ -7,10 +7,10 @@
                </div>
            </el-col> -->
            <el-col>
                <el-form :model="queryParams" ref="queryRef" :inline="true" label-width="90px">
                <el-form :model="queryParams" ref="queryRef" :inline="true" label-position="left">
                    <el-row :gutter="20">
                        <el-col :span="12">
                            <el-form-item label="统计日期" style="width: 60%;">
                        <el-col :span="8">
                            <el-form-item label="统计日期" :style="{ width: '100%' }">
                                <el-date-picker
                                    v-model="totalDay"
                                    value-format="YYYY-MM"
@@ -21,8 +21,8 @@
                                ></el-date-picker>
                            </el-form-item>
                        </el-col>
                        <el-col  :span="12"  style="text-align: right;">
                            <el-form-item>
                        <el-col  :span="16"  style="text-align: right;">
                            <el-form-item class="column-with-margin">
                                <el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>
                                <el-button icon="Refresh" @click="resetQuery">重置</el-button>
                            </el-form-item>
@@ -165,4 +165,9 @@
            chartRef.value.innerHTML = '<div style="text-align: center;margin-top: 50px;color: #999;">暂无数据</div>';
        }
    }
</script>
</script>
<style scoped>
.column-with-margin {
  margin-right: 0px;
}
</style>