From 65f86f41dedbbbb7030e2f37ce3e001bbca4923a Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期四, 15 五月 2025 13:03:25 +0800
Subject: [PATCH] 查询日历带适用工厂

---
 src/views/mainPlan/plateProcessStat/index.vue |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/views/mainPlan/plateProcessStat/index.vue b/src/views/mainPlan/plateProcessStat/index.vue
index 13fd74c..b6c5737 100644
--- a/src/views/mainPlan/plateProcessStat/index.vue
+++ b/src/views/mainPlan/plateProcessStat/index.vue
@@ -6,14 +6,12 @@
       ref="queryRef"
       :inline="true"
       v-show="showSearch"
-      :label-width="locale === 'zh' ? '60px' : '150px'"
       label-position="left"
     >
       <el-row :gutter="20">
-        <el-col :span="12">
-          <el-form-item :label="$t('plan.query.workOrderNo')" prop="num">
+        <el-col :span="8">
+          <el-form-item :style="{ width: '100%'  }" :label="$t('plan.query.workOrderNo')" prop="num">
             <el-input
-              :style="{ width: locale === 'zh' ? '180px' : '250px' }"
               v-model="queryParams.workOrderNo"
               :placeholder="`${$t('common.common.placeholder')}${$t(
                 'plan.query.workOrderNo'
@@ -23,7 +21,7 @@
             />
           </el-form-item>
         </el-col>
-        <el-col :span="12" 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")
@@ -165,7 +163,7 @@
       {
         title: t("plan.table.workOrderNo"),
         field: "workOrderNo",
-        width: "auto",
+        width: "180"
       },
       {
         title: t("plan.table.processName"),

--
Gitblit v1.9.3