升级.net8
This commit is contained in:
@ -29,6 +29,9 @@
|
||||
return top.clients.dataItems["OrganizeCategory"][d.F_CategoryId] == null ? "" : top.clients.dataItems["OrganizeCategory"][d.F_CategoryId];
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'F_ManagerName', title: '负责人', width: 120, sort: true, filter: true
|
||||
},
|
||||
{
|
||||
field: 'F_EnabledMark', title: '状态', width: 80, filter: true,
|
||||
templet: function (d) {
|
||||
|
Reference in New Issue
Block a user