From f177271e1c97b7de3b34124aeaec20a579f48000 Mon Sep 17 00:00:00 2001 From: zhaoxiaohao <913652501@qq.com> Date: Mon, 20 Jul 2020 16:54:50 +0800 Subject: [PATCH] 修改试用审核页面的bug --- kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/businessRecords.html | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/businessRecords.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/businessRecords.html index af3527c..ad75320 100644 --- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/businessRecords.html +++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/businessRecords.html @@ -126,7 +126,10 @@ { field: 'recordTitle', width: 300, sort: true, title: '标题' }, { field: 'id', width: 250, align: 'center', toolbar: '#businessRecords-table-bar', sort: true, title: '查看详情' },// 0就诊数据 1筛查 { field: 'createTime', width: 250, sort: true, title: '时间', templet: "<div>{{layui.util.toDateString(d.createTime, 'yyyy/MM/dd HH:mm')}}</div>" } - ]] + ]], + done:function(res){ + permissionsInput(res,config); + } }); // 工具条点击事件 -- Gitblit v1.8.0