| | |
| | | }, |
| | | { label: '工作内容', name: 'Context', labtype: 'txt', width: 300, hidden: false }, |
| | | { |
| | | label: '要求完成时间', name: 'Time', labtype: 'txt', width: 100, hidden: false, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | return new Date(cellvalue).Format("yyyy-MM-dd hh:mm"); |
| | | } |
| | | label: '要求完成时间', name: 'TimeName', labtype: 'txt', width: 100, hidden: false |
| | | }, |
| | | { label: '办理情况', name: 'BanLi', labtype: 'txt', width: 300, hidden: false }, |
| | | { label: '完成时间', name: 'WanchengTimeName', labtype: 'txt', width: 100, hidden: false }, |