forked from huge/frontEnd/hugeOA

Mr Ke
2020-05-06 5519a3fbaf3e32244641fe9c7d6fe35333fb951e
src/pages/document/DocumentDetail.jsx
@@ -31,7 +31,7 @@
  render() {
    return (
      <div className="document-edit-main h-100 flex-box-column">
        <BreadcrumbView data={[{ name: '查看文档' }]} />
        {/* <BreadcrumbView data={[{ name: '查看文档' }]} /> */}
        <div className="flex-1">
          <DocumentDetailPage {...this.props} />
        </div>