chengxiangling
2025-05-15 52e3605766d85b04f2952b537b3f6d8d6bd96a8b
src/views/mainPlan/gasPlanning/index.vue
@@ -5,14 +5,12 @@
      :model="queryParams"
      ref="queryRef"
      :inline="true"
      :label-width="locale === 'zh' ? '68px' : '100px'"
      label-position="left"
    >
      <el-row type="flex" justify="left">
        <el-col :span="locale === 'zh' ? 4 : 5">
          <el-form-item :label="$t('plan.query.selectMonth')" prop="description">
        <el-col :span="8">
          <el-form-item :style="{ width: '100%' }" :label="$t('plan.query.selectMonth')" prop="description">
            <el-date-picker
              :style="{ width: locale === 'zh' ? '200px' : '220px' }"
              clearable
              v-model="queryParams.date"
              type="month"
@@ -22,7 +20,7 @@
            </el-date-picker>
          </el-form-item>
        </el-col>
        <el-col :span="locale === 'zh' ? 20 : 19" 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"
              >{{$t("common.common.query")}}</el-button