From af1c9e588f1de0240390648f9bb56aa486870aff Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期五, 16 五月 2025 17:40:18 +0800 Subject: [PATCH] 提交高度修改; --- src/views/basicData/processRouteDataPreparate/index.vue | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/views/basicData/processRouteDataPreparate/index.vue b/src/views/basicData/processRouteDataPreparate/index.vue index 0caac75..f05d3f8 100644 --- a/src/views/basicData/processRouteDataPreparate/index.vue +++ b/src/views/basicData/processRouteDataPreparate/index.vue @@ -6,13 +6,13 @@ :rules="rules" :inline="true" v-show="showSearch" - :label-width="locale === 'zh' ? '90px' : '160px'" + label-position="left" > <el-row type="flex" justify="left" :gutter="20"> - <el-col :span="locale === 'zh' ? 5 : 9"> - <el-form-item :label="$t('plan.query.itemNumber')" prop="itemCode"> + <el-col :span="locale === 'zh' ? 5 : 8"> + <el-form-item :label="$t('plan.query.itemNumber')" :label-width="locale === 'zh' ? '50px' : '110px'" prop="itemCode"> <el-input - :style="{ width: locale === 'zh' ? '140px' : '240px' }" + :style="{ width: locale === 'zh' ? '140px' : '220px' }" v-model="queryParams.itemCode" :placeholder="`${$t('common.common.placeholder')}${$t( 'plan.query.itemNumber' @@ -22,15 +22,16 @@ /> </el-form-item> </el-col> - <el-col :span="locale === 'zh' ? 7 : 9"> + <el-col :span="locale === 'zh' ? 7 : 10"> <el-form-item :label="$t('plan.table.applicableFactories')" + :label-width="locale === 'zh' ? '70px' : '150px'" prop="orgCode" > <el-select clearable v-model="queryParams.orgCode" - :style="{ width: locale === 'zh' ? '180px' : '260px' }" + :style="{ width: locale === 'zh' ? '180px' : '280px' }" :placeholder="`${$t('common.common.placeholder')}${$t( 'plan.table.applicableFactories' )}`" @@ -45,7 +46,7 @@ </el-select> </el-form-item> </el-col> - <el-col :span="locale === 'zh' ? 11 : 6" style="text-align: right"> + <!-- <el-col :span="locale === 'zh' ? 11 : 6" style="text-align: right"> <el-form-item class="column-with-margin"> <el-button type="primary" icon="Search" @click="handleQuery">{{ $t("common.common.query") @@ -54,7 +55,7 @@ $t("common.common.reset") }}</el-button> </el-form-item> - </el-col> + </el-col> --> </el-row> </el-form> <el-row :gutter="10" class="mb8"> @@ -71,7 +72,8 @@ </el-col> <right-toolbar v-model:showSearch="showSearch" - @queryTable="getList" + @queryTable="handleQuery" + @resetTable="resetQuery" ></right-toolbar> </el-row> @@ -163,7 +165,7 @@ const single = ref(true); const total = ref(0); -const height = ref(document.documentElement.clientHeight - 210 + "px;"); +const height = ref(document.documentElement.clientHeight - 220 + "px;"); const heightSub = ref(document.documentElement.clientHeight - 320 + "px;"); // 琛ㄦ牸閰嶇疆 const columns = ref([]); -- Gitblit v1.9.3