| | |
| | | display: false, |
| | | width: 100, |
| | | slot: true |
| | | }, |
| | | // { |
| | | // label: "创建人", |
| | | // prop: "createUser", |
| | | // type: "input", |
| | | // hide: true, |
| | | // }, |
| | | // { |
| | | // label: "创建部门", |
| | | // prop: "createDept", |
| | | // type: "input", |
| | | // hide: true, |
| | | // }, |
| | | // { |
| | | // label: "创建时间", |
| | | // prop: "createTime", |
| | | // type: "input", |
| | | // hide: true, |
| | | // }, |
| | | // { |
| | | // label: "修改人", |
| | | // prop: "updateUser", |
| | | // type: "input", |
| | | // hide: true, |
| | | // }, |
| | | // { |
| | | // label: "修改时间", |
| | | // prop: "updateTime", |
| | | // type: "input", |
| | | // hide: true, |
| | | // }, |
| | | // { |
| | | // label: "状态", |
| | | // prop: "status", |
| | | // type: "input", |
| | | // hide: true, |
| | | // }, |
| | | // { |
| | | // label: "是否已删除", |
| | | // prop: "isDeleted", |
| | | // type: "input", |
| | | // hide: true, |
| | | // }, |
| | | } |
| | | ] |
| | | } |