chengxiangling
2025-05-16 e875ccb607bc37c9515217277aafb3d4204c6d14
src/views/mainPlan/gasPiping/index.vue
@@ -8,7 +8,7 @@
      label-position="left"
    >
      <el-row :gutter="20">
        <el-col :span="8">
        <el-col :span="6">
          <el-form-item :style="{ width: '100%' }" :label="$t('plan.query.daterangePlanStartDay')">
            <el-date-picker
              v-model="daterangePlanStartDay"
@@ -20,7 +20,7 @@
            ></el-date-picker>
          </el-form-item>
        </el-col>
        <el-col :span="8">
        <el-col :span="6">
          <el-form-item :style="{ width: '100%' }" :label="$t('plan.query.daterangePlanEndDay')">
            <el-date-picker
              v-model="daterangePlanEndDay"
@@ -32,7 +32,7 @@
            ></el-date-picker>
          </el-form-item>
        </el-col>
        <el-col :span="8">
        <el-col :span="6">
          <el-form-item
            :style="{ width: '100%' }" 
            :label="$t('plan.query.documentNumber')"
@@ -46,9 +46,7 @@
            />
          </el-form-item>
        </el-col>
      </el-row>
      <el-row :gutter="20">
        <el-col :span="8">
        <el-col :span="6">
          <el-form-item :style="{ width: '100%' }" :label="$t('plan.query.customer')" prop="customer">
            <el-input
              v-model="queryParams.customer"
@@ -58,7 +56,10 @@
            />
          </el-form-item>
        </el-col>
        <el-col :span="16" style="text-align: right">
      </el-row>
      <el-row :gutter="20">
        <!-- <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")
@@ -67,7 +68,7 @@
              $t("common.common.reset")
            }}</el-button>
          </el-form-item>
        </el-col>
        </el-col> -->
      </el-row>
    </el-form>
    <el-row :gutter="10" class="mb8">