src/tabviews/zshare/actionList/excelInbutton/index.jsx
@@ -103,7 +103,7 @@ } let primaryId = '' // 导入时行Id if (btn.Ot === 'requiredSgl') { if (btn.Ot === 'requiredSgl' && setting.primaryKey) { primaryId = data[0][setting.primaryKey] || '' } @@ -426,7 +426,7 @@ type="link" title={show === 'icon' ? btn.label : ''} loading={loading} style={btn.btnstyle} style={btn.style} icon={show === 'text' ? '' : (show === 'icon' ? (btn.icon || 'upload') : (btn.icon || ''))} onClick={() => {this.actionTrigger()}} >{show === 'icon' ? '' : btn.label}</Button>