| | |
| | | return |
| | | } |
| | | |
| | | if (btn.$syncModule && !triggerId) { |
| | | MKEmitter.emit('getSyncData', btn.$syncModule, btn.uuid) |
| | | return |
| | | } |
| | | |
| | | let _this = this |
| | | let data = record || selectedData || [] |
| | | |
| | |
| | | label = btn.label |
| | | icon = btn.icon || '' |
| | | } else if (show === 'link') { |
| | | label = <span>{btn.label}{btn.icon ? <Icon type={btn.icon}/> : ''}</span> |
| | | label = <span>{btn.label}{btn.icon ? <Icon style={{marginLeft: '8px'}} type={btn.icon}/> : ''}</span> |
| | | icon = '' |
| | | } else if (show === 'icon') { |
| | | icon = btn.icon || '' |
| | | } else if (show === 'text') { |
| | | // } else if (show === 'text') { |
| | | } else { |
| | | label = btn.label |
| | | } |
| | | |