export default { height:'auto', calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, border: true, index: true, viewBtn: false, delBtn: false, editBtn: false, selection: true, dialogClickModal: false, column: [ // { // label: "主键", // prop: "id", // type: "input", // hide: true, // }, // { // label: "租户ID", // prop: "tenantId", // type: "input", // hide: true, // }, { label: "考核编号", prop: "assessmentNo", type: "input", }, { label: "考核目的", prop: "assessmentPurpose", type: "input", }, { label: "开始时间", prop: "startTime", type: "date", format: "YYYY-MM-DD HH:mm:ss", valueFormat: "YYYY-MM-DD HH:mm:ss", }, { label: "结束时间", prop: "endTime", type: "date", format: "YYYY-MM-DD HH:mm:ss", valueFormat: "YYYY-MM-DD HH:mm:ss", }, { label: "备注", prop: "remark", type: "textarea", span: 24, }, // { // 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, // }, ] }