From 6dd1670ff69d885c5aadc91f0ad1a4ed2e7592f8 Mon Sep 17 00:00:00 2001 From: 克 刘 <4345453@qq.com> Date: Mon, 01 Mar 2021 12:00:26 +0800 Subject: [PATCH] 1、FileCenter微服务扩展支持本地文件存储 2、FileCenter微服务扩展支持文件访问 --- kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/screeningHospital.html | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/screeningHospital.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/screeningHospital.html index 174dd22..e56bb05 100644 --- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/screeningHospital.html +++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/keaigao/screeningHospital.html @@ -103,10 +103,16 @@ width: "200", title: '医院名称', fixed: 'left' + }, { + field: 'departmentName', + width: "120", + title: '科室', + align: 'center', + fixed: 'left' }, { field: 'isScreeningPush', - width: "120", + width: "100", title: '推送状态', align: 'center', fixed: 'left', -- Gitblit v1.8.0