From 84ee03eb7701d8aeb8aa9514989f2c8b4ce53e79 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期五, 09 五月 2025 16:16:12 +0800 Subject: [PATCH] 批量更新日期联调等 --- src/views/basicData/processRouteDataPreparate/index.vue | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/basicData/processRouteDataPreparate/index.vue b/src/views/basicData/processRouteDataPreparate/index.vue index c25fe34..3bf41f5 100644 --- a/src/views/basicData/processRouteDataPreparate/index.vue +++ b/src/views/basicData/processRouteDataPreparate/index.vue @@ -96,7 +96,7 @@ type="primary" link @click="handleCheckView(row)" - v-hasPermi="['aps:calendar:update']" + v-hasPermi="['Aps:ApsStandardProcessRouteLine:list']" >{{ $t("common.common.view") }}</el-button > </template> @@ -105,6 +105,7 @@ :title="$t('common.common.viewDetails')" v-model="openDialog" width="900px" + style="height:400px;overflow:hidden;" append-to-body > <HxlhTable @@ -112,13 +113,13 @@ :columns="subGridOptions" :data="subList" :loading="loading" - :height="heightSub" + :height="'280px;'" > </HxlhTable> <template #footer> <span class="dialog-footer"> <el-button @click="openDialog = false">{{ - $t("common.common.cancel") + $t("common.common.close") }}</el-button> </span> </template> @@ -269,19 +270,19 @@ { title: t("basic.table.effectiveDate"), field: "startDate", - width: 200, + width: 230, align: "center", }, { title: t("basic.table.expiringDate"), field: "endDate", - width: 200, + width: 230, align: "center", }, { title: t("basic.table.integrationDate"), field: "createTime", - width: 200, + width: 230, align: "center", }, { -- Gitblit v1.9.3