| | |
| | | [{type: 'checkbox', title: "ID"}, |
| | | {field: 'id', width: 80, sort: true, title: "ID"}, |
| | | {field: 'appCode', width: 120, sort: true, title: "应用唯一标识"}, |
| | | {field: 'appName', edit: 'text', width: 150, title: "应用名称"}, |
| | | {field: 'appDesc', edit: 'text', width: 200, title: "应用简介"}, |
| | | {field: 'remarks', edit: 'text', width: 200, title: "备注"}, |
| | | {field: 'name', edit: 'text', width: 150, title: "应用名称"}, |
| | | {field: 'desc', edit: 'text', width: 200, title: "应用简介"}, |
| | | {field: 'createTime', sort: true, width: 150, title: "创建时间"}, |
| | | {field: 'updateTime', sort: true, width: 150, title: "修改时间"}, |
| | | // {field: 'status', width: 80, title: "状态", templet: "#statusContainer"}, |