username@email.com
2021-06-04 10b700dad2a510b83a5066aa5002dea8f4eb0e38
zhengcaioa/zhengcaioa/Views/DailyManagement/MemoBook.cshtml
@@ -15,9 +15,9 @@
                }
            },
            {
                label: '提醒时间', name: 'Time', labtype: 'txt', width: 100, hidden: false,
                label: '提醒时间', name: 'TimeName', labtype: 'txt', width: 100, hidden: false,
                formatter: function (cellvalue, options, rowObject) {
                    return '<a href="javascript: void (0)" onclick="edit(\'' + rowObject.Rtype + '\',\'' + rowObject.Id + '\');">' + new Date(cellvalue).Format("yyyy-MM-dd hh:mm") + '</a>';
                    return '<a href="javascript: void (0)" onclick="edit(\'' + rowObject.Rtype + '\',\'' + rowObject.Id + '\');">' + cellvalue + '</a>';
                }
            },
            //{