fix
parent
e00ee0e387
commit
9908a0093a
|
|
@ -234,7 +234,7 @@ const ProjectFlow = (props) => {
|
|||
destroyOnHidden
|
||||
/>
|
||||
{visible && (
|
||||
<WpsEditor onCancel={() => setVisible(false)} fileId={wpsDoc?.fileId} />
|
||||
<WpsEditor onCancel={() => setVisible(false)} fileId={wpsDoc?.fileId} readOnly={readOnly || evalProjectDetailData?.archiveFlag === 1} />
|
||||
)}
|
||||
</PageLayout>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ const App = (props) => {
|
|||
>
|
||||
<div className="WpsEditor-flexContainer">
|
||||
<div id="app-wps" className="WpsEditor-editorArea"></div>
|
||||
<div className="WpsEditor-sidePanel">
|
||||
{!readOnly && <div className="WpsEditor-sidePanel">
|
||||
<Tabs
|
||||
type="card"
|
||||
tabPlacement="top"
|
||||
|
|
@ -378,7 +378,7 @@ const App = (props) => {
|
|||
// },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</div>}
|
||||
</div>
|
||||
</PageLayout>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue