From 4172a45c661ee22429e645dfa02d6c4a77eec668 Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期三, 14 五月 2025 11:22:21 +0800
Subject: [PATCH] 提交修改等
---
src/views/mainPlan/sheetMetalSupplyGap/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/mainPlan/sheetMetalSupplyGap/index.vue b/src/views/mainPlan/sheetMetalSupplyGap/index.vue
index 7a5e4f8..5df714f 100644
--- a/src/views/mainPlan/sheetMetalSupplyGap/index.vue
+++ b/src/views/mainPlan/sheetMetalSupplyGap/index.vue
@@ -9,14 +9,14 @@
label-position="left"
>
<el-row type="flex" justify="left">
- <el-col :span="locale === 'zh' ?6 :9">
+ <el-col :span="locale === 'zh' ?7 :9">
<el-form-item
:label-width="locale === 'zh' ? '90px' : '130px'"
:label="$t('plan.query.requireTraceID')"
prop="requireTrackId"
>
<el-input
- :style="{ width: locale === 'zh' ? '140px' : '230px' }"
+ :style="{ width: locale === 'zh' ? '180px' : '230px' }"
v-model="queryParams.requireTrackId"
:placeholder="`${$t('common.common.placeholder')}${$t('plan.query.requireTraceID')}`"
clearable
@@ -24,10 +24,10 @@
/>
</el-form-item>
</el-col>
- <el-col :span="locale === 'zh' ? 8 : 9">
+ <el-col :span="locale === 'zh' ? 7: 9">
<el-form-item :label-width="locale === 'zh' ? '48px' : '100px'" :label="$t('plan.query.itemNumber')" prop="bomLineCode">
<el-input
- :style="{ width: locale === 'zh' ? '140px' : '210px' }"
+ :style="{ width: locale === 'zh' ? '180px' : '210px' }"
v-model="queryParams.bomLineCode"
:placeholder="`${$t('common.common.placeholder')}${$t(
'plan.query.itemNumber'
--
Gitblit v1.9.3