From 0e73d4f524e2e1203b30455fc90ba76ce8d90b5b Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Thu, 15 Aug 2024 09:01:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=9C=BA=E6=89=80=E5=87=BA=E5=85=A5?= =?UTF-8?q?=E7=99=BB=E8=AE=B0=E6=8E=A5=E5=8F=A3=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/system/place/place.html | 7 +++++-- .../templates/system/placeRegist/placeRegist.html | 6 ++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/place/place.html b/ruoyi-admin/src/main/resources/templates/system/place/place.html index 76d8f15..b09b23c 100644 --- a/ruoyi-admin/src/main/resources/templates/system/place/place.html +++ b/ruoyi-admin/src/main/resources/templates/system/place/place.html @@ -64,12 +64,15 @@ { field: 'placeName', title: '场所名称', - width: '200' + width: '30', + widthUnit: '%', + align: "left" }, { field: 'placeRule', title: '场所规范', - width: '800' + width: '50', + widthUnit: '%' }, { title: '操作', diff --git a/ruoyi-admin/src/main/resources/templates/system/placeRegist/placeRegist.html b/ruoyi-admin/src/main/resources/templates/system/placeRegist/placeRegist.html index 9774e71..fa9f6de 100644 --- a/ruoyi-admin/src/main/resources/templates/system/placeRegist/placeRegist.html +++ b/ruoyi-admin/src/main/resources/templates/system/placeRegist/placeRegist.html @@ -87,6 +87,8 @@ { field: 'registName', title: '登记人员', + width: '20', + widthUnit: '%' }, { field: 'registTime', @@ -133,10 +135,6 @@ } } }, - { - field: 'entourageName', - title: '陪同人员', - }, { field: 'deptName', title: '所属单位',