| | |
| | | columns: [{ |
| | | title: '工具编码', |
| | | align: 'center', |
| | | dataIndex: 'toolCode' |
| | | dataIndex: 'toolId' |
| | | }, |
| | | { |
| | | title: '工具类型', |
| | | align: 'center', |
| | | dataIndex: 'applicationType_dictText' |
| | | }, |
| | | { |
| | | title: '工具编号', |
| | | align: 'center', |
| | | dataIndex: 'toolId' |
| | | }, |
| | | // { |
| | | // title: '工具编号', |
| | | // align: 'center', |
| | | // dataIndex: 'toolId' |
| | | // }, |
| | | { |
| | | title: '中文名称', |
| | | align: 'center', |
| | |
| | | { |
| | | title: '工具参数标识', |
| | | align: 'center', |
| | | dataIndex: 'paramaTableName' |
| | | dataIndex: 'paramaTableName_dictText' |
| | | }, |
| | | { |
| | | title: '型号/图号', |
| | |
| | | this.close() |
| | | }, |
| | | handleOk() { |
| | | this.$bus.$emit('selectionRows', this.selectionRows) |
| | | this.$emit('sendSelectionRows', this.selectionRows[0]) |
| | | this.close() |
| | | }, |
| | | } |