| | |
| | | @cancel="handleCancel" |
| | | style='top:50px' |
| | | cancelText='关闭' |
| | | :width='1050' |
| | | :width='1250' |
| | | > |
| | | <a-card :bordered='false'> |
| | | <div class='table-page-search-wrapper'> |
| | |
| | | data() { |
| | | return { |
| | | queryParam: {}, |
| | | type:'radio', |
| | | type: 'radio', |
| | | columns: [ |
| | | { |
| | | title: '人员编码', |
| | | align: 'center', |
| | | width: 80, |
| | | width: 200, |
| | | dataIndex: 'userCode' |
| | | }, |
| | | { |
| | | title: '人员名称', |
| | | align: 'center', |
| | | width: 80, |
| | | width: 200, |
| | | dataIndex: 'realName' |
| | | }, |
| | | { |
| | | title: '所属班组', |
| | | align: 'center', |
| | | width: 80, |
| | | dataIndex: 'teamName' |
| | | } |
| | | // { |
| | | // title: '所属班组', |
| | | // align: 'center', |
| | | // width: 80, |
| | | // dataIndex: 'teamName' |
| | | // } |
| | | ], |
| | | selectedRowKeys: [], |
| | | oldSelectRows: [], |