king
2020-12-04 3659f0773a14b54c18ed0af8b64de4afe8227489
src/tabviews/zshare/actionList/index.jsx
@@ -26,7 +26,7 @@
    Tab: PropTypes.any,               // 如果当前元素为标签时,tab为标签信息
    MenuID: PropTypes.string,         // 菜单ID
    actions: PropTypes.array,         // 按钮组
    logcolumns: PropTypes.array,      // 显示列
    columns: PropTypes.array,         // 显示列
    setting: PropTypes.any,           // 页面通用设置
    ContainerId: PropTypes.any,       // tab页面ID,用于弹窗控制
    refreshdata: PropTypes.func,      // 执行完成后数据刷新
@@ -50,7 +50,7 @@
  }
  getButtonList = (actions) => {
    const { BID, BData, MenuID, Tab, logcolumns, setting, ContainerId, selectedData, getexceloutparam, MenuName } = this.props
    const { BID, BData, MenuID, Tab, columns, setting, ContainerId, selectedData, getexceloutparam, MenuName } = this.props
    return actions.map(item => {
      if (['exec', 'prompt', 'pop'].includes(item.OpenType)) {
@@ -63,8 +63,8 @@
            btn={item}
            BData={BData}
            setting={setting}
            columns={columns}
            MenuName={MenuName}
            columns={logcolumns}
            ContainerId={ContainerId}
            selectedData={selectedData}
            updateStatus={this.updateStatus}