chengxiangling
2025-05-16 e875ccb607bc37c9515217277aafb3d4204c6d14
src/views/mainPlan/weldSeamEcharts/index.vue
@@ -9,7 +9,7 @@
            <el-col>
                <el-form :model="queryParams" ref="queryRef" :inline="true" label-position="left">
                    <el-row :gutter="20">
                        <el-col :span="8">
                        <el-col :span="6">
                            <el-form-item label="统计日期" :style="{ width: '100%' }">
                                <el-date-picker
                                    v-model="totalDay"
@@ -21,12 +21,12 @@
                                ></el-date-picker>
                            </el-form-item>
                        </el-col>
                        <el-col  :span="16"  style="text-align: right;">
                        <!-- <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>
                        </el-col>
                        </el-col> -->
                    </el-row>
                </el-form>
            </el-col>