src/templates/comtableconfig/updatetable/index.jsx
@@ -983,6 +983,9 @@ if (_btn.intertype === 'inner' && !_btn.innerFunc) { _btn.intertype = 'system' } if ((_btn.intertype === 'outer' || _btn.intertype === 'custom') && !_btn.procMode) { // 兼容外部函数直传类型 _btn.procMode = !_btn.innerFunc ? 'none' : 'inner' } if (_btn.funcType === 'print' && _btn.execMode) { _btn.OpenType = 'funcbutton' } else if (_btn.OpenType === 'blank') {