From 8316f3c1a1b123cf7a40ffef44b3f741ba970ae5 Mon Sep 17 00:00:00 2001
From: dougang <78125310@kidgrow.com>
Date: Tue, 26 May 2020 14:44:16 +0800
Subject: [PATCH] 消费记录增加按照医院精确查找功能

---
 kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/product.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/product.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/product.html
index 175e7ce..d4b1fa5 100644
--- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/product.html
+++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/product.html
@@ -71,7 +71,8 @@
                     { field: 'recordCount', width: 180, title: '报告数' },
                     { field: 'ailightCount', width: 180, title: '读片量' },
                     { field: 'enabled', width: 150, templet: '#product-tpl-state', sort: true, title: '状态' },
-                    { field: 'createTime', width: 200, sort: true, title: '创建时间' },
+                    // { field: 'createTime', width: 200, sort: true, title: '创建时间' },
+                    { field: 'createTime', width: 250, sort: true, title: '创建时间', templet: "<div>{{layui.util.toDateString(d.createTime, 'yyyy/MM/dd HH:mm')}}</div>" },
                     { align: 'center', width: 100, toolbar: '#product-table-bar', title: '操作' }
                 ]]
             });

--
Gitblit v1.8.0