king
2022-07-06 be22457344d6d3fc079de2a4f0a1e06e4c0f85c3
src/tabviews/zshare/actionList/index.jsx
@@ -15,6 +15,7 @@
const ChangeUserButton = asyncComponent(() => import('./changeuserbutton'))
const PrintButton = asyncComponent(() => import('./printbutton'))
const FuncMegvii = asyncComponent(() => import('./funcMegvii'))
const FuncZip = asyncComponent(() => import('./funczip'))
class ActionList extends Component {
  static propTpyes = {
@@ -164,6 +165,19 @@
              selectedData={selectedData}
            />
          )
        } else if (item.funcType === 'filezip') {
          return (
            <FuncZip
              key={item.uuid}
              show={item.show || 'actionList'}
              disabled={lock || false}
              BID={BID}
              Tab={Tab}
              btn={item}
              setting={setting}
              selectedData={selectedData}
            />
          )
        }
      }
      return null