forked from kidgrow-microservices-platform

zhaoxiaohao
2020-05-14 1738edbe080a76d6954f90a6306ebe372627c6d4
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/feedback.html
@@ -66,7 +66,8 @@
                { field: 'hospitalName', width: 300, title: '医院' },
                { field: 'departmentName', width: 180, title: '科室' },
                { field: 'enabled', width: 150, templet: '#user-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: 200, toolbar: '#feeedback-table-bar', title: '操作' }
            ]]
        });
@@ -148,6 +149,5 @@
            }
            table.reload('feedback-table', { where: { doctorName: doctorName, createTime: datebegin, updateTime: dateend } });
        });
    });
</script>