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: '所属单位',