export default { height: 'auto', calcHeight: 30, tip: false, searchShow: true, searchMenuSpan: 6, border: true, index: true, selection: true, addBtn: false, delBtnText: '清除工时数据', searchLabelWidth: 140, labelWidth: 100, menuWidth: 190, dialogClickModal: false, dialogWidth: 500, dialogType: "drawer", column: [ { label: '研发项目编号', prop: 'xmbh', span: 24, width: 100, align: 'center', type: 'input', showOverflowTooltip: true, disabled: true, }, { label: '研发项目名称', prop: 'xmmc', type: 'input', span: 24, width: 110, align: 'center', search: true, showOverflowTooltip: true, disabled: true, }, { label: '姓名', prop: 'name', span: 24, search: true, width: 90, cell: true, align: 'center', // type: 'select', showOverflowTooltip: true, // dicUrl: '', // dicFlag: true, // dicFormatter:(res)=>{ // return res.data.records // }, // dicQuery: { // current: 1, // size: 99999, // yearAndMonth: '' // }, // props: { // label: 'name', // value: 'id', // }, disabled: true, rules: [ { required: true, message: '请选择技术人员', trigger: 'blur', }, ], }, { label: '工号', prop: 'number', type: 'input', span: 24, width: 90, align: 'center', search: true, disabled: true, showOverflowTooltip: true, }, { label: '身份证号', prop: 'idCard', type: 'input', span: 24, search: true, disabled: true, width: 150, align: 'center', showOverflowTooltip: true, }, { label: '科研人员类别', prop: 'personnelType', type: 'select', span: 24, width: 100, align: 'center', search: true, disabled: true, dicUrl: '/api/kd-system/dict-biz/dictionary?code=renyuanleixing', props: { label: 'dictValue', value: 'dictKey', }, showOverflowTooltip: true, }, ], };