export default { height: 'auto', calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, border: true, index: true, viewBtn: true, selection: true, searchLabelWidth: 140, labelWidth: 140, menuWidth: 220, dialogClickModal: false, dialogWidth: 500, dialogType: "drawer", height: '600', column: [ { label: '姓名', prop: 'name', type: 'select', span: 24, width: 100, align: 'center', showOverflowTooltip: true, rules: [{ required: true, message: '请选择姓名', trigger: 'change', }] }, { label: '工号', prop: 'number', type: 'input', span: 24, width: 160, align: 'center', display: false, showOverflowTooltip: true, }, { label: '身份证号', prop: 'identityCard', type: 'input', span: 24, width: 160, align: 'center', display: false, showOverflowTooltip: true, }, { label: '在项目中的工作时长(月)', prop: 'zzsc', type: 'number', min: 0, span: 24, minWidth: 90, align: 'center', showOverflowTooltip: true, }, { label: '月平均人工费用/元', prop: 'pjrgfy', type: 'number', min: 0, span: 24, minWidth: 90, align: 'center', showOverflowTooltip: true, }, { label: '预算合计/元', prop: 'total', type: 'number', min: 0, span: 24, minWidth: 80, align: 'center', display: false, showOverflowTooltip: true, }, { label: '是否为外聘科技人员', prop: 'isWp', min: 0, span: 24, minWidth: 90, align: 'center', display: false, showOverflowTooltip: true, }, ], };