columns: [[ { field: 'checkid', title: '選擇', checkbox: true }, { field: 'FID', title: '單據(jù)內(nèi)碼', align: 'center', hidden: true }, { field: 'FGroupName', title: '組名', align: 'center', width: '300px' }, { field: 'FDate', title: '新增日期', align: 'center', width: '250px' }, { field: 'FStatus', title: '狀態(tài)', align: 'center', width: '200px' }, { field: 'Word', title: '操作', align: 'center', width: '600px', formatter: function (value, row, index) { return '<a href="#" onclick="editUser(' + index + ')">修改</a>'; } }, ]], |
|