| | |
| | | deviceCustomType:[ |
| | | { label: '编辑设备类信息', code: 'type_edit', subMenu: [], icon: 'edit', isCommonMethod: false }, |
| | | { label: '删除', code: 'type_delete', subMenu: [], icon: 'delete', isCommonMethod: false }, |
| | | { label: '导入NC程序', code: 'type_document_import', subMenu: [], icon: 'import', isCommonMethod: true }, |
| | | { label: '导入NC程序', code: 'type_import', subMenu: [], icon: 'import', isCommonMethod: true }, |
| | | ], |
| | | //NC文档 |
| | | NC: [ |
| | |
| | | methodName = 'handle' + menuKeyArray.map(item => item[0].toUpperCase() + item.slice(1)).join('') |
| | | } |
| | | console.log('tableRowInfo---------------------------------------', this.tableRowInfo) |
| | | console.log('methodName---------------------------------------', methodName) |
| | | this.$bus.$emit('tableMenuItemMethodTrigger', { |
| | | methodName, |
| | | modalTitle, |