From 6690717518c63c49c7b169d1c8566dbfe54cb302 Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 31 Oct 2022 16:46:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/StationDepartment/index.vue | 2 ++ src/views/system/person/index.vue | 13 ++++++++--- src/views/system/station/index.vue | 24 ++++++++++++++++---- src/views/system/stationConsumable/index.vue | 13 +++++++---- 4 files changed, 41 insertions(+), 11 deletions(-) diff --git a/src/views/system/StationDepartment/index.vue b/src/views/system/StationDepartment/index.vue index b5e41b5..40615f9 100644 --- a/src/views/system/StationDepartment/index.vue +++ b/src/views/system/StationDepartment/index.vue @@ -245,6 +245,7 @@ v-model="item.departmentName" placeholder="请输入科室名称" style="width: 250px" + maxlength="15" /> @@ -325,6 +326,7 @@ v-model="form.departmentName" placeholder="请输入科室名称" style="width: 250px" + maxlength="15" /> diff --git a/src/views/system/person/index.vue b/src/views/system/person/index.vue index 4c7553f..615b9a6 100644 --- a/src/views/system/person/index.vue +++ b/src/views/system/person/index.vue @@ -159,6 +159,7 @@ label="护理站名称" align="center" prop="nurseStationName" + :show-overflow-tooltip="true" /> @@ -178,7 +179,7 @@ - + @@ -242,6 +243,7 @@ :prop="`nurseStationPersonList.${index}.nurseStationId`" > {{ item.nurseStationName }} {{ item.nurseStationName }} @@ -492,6 +497,7 @@ label="护理站名称" width="150" align="center" + :show-overflow-tooltip="true" > @@ -720,14 +727,14 @@