chengxiangling
2025-05-13 7258abd4cd569943496fa6fcf05280077f610257
src/views/mainPlan/platePlan/index.vue
@@ -6,7 +6,6 @@
      ref="queryRef"
      :inline="true"
      v-show="showSearch"
      :label-width="locale === 'zh' ? '90px' : '180px'"
      label-position="left"
    >
      <el-row :gutter="20">
@@ -60,7 +59,7 @@
          </el-form-item>
        </el-col>
        <el-col :span="12">
          <el-form-item :label="$t('plan.query.customer')" prop="customer">
          <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.customer')" prop="customer">
            <el-input
              :style="{ width: locale === 'zh' ? '220px' : '240px' }"
              v-model="queryParams.customer"