Commit 346879ec by zhaochengxiang

模型对比

parent 5e42e69d
...@@ -770,13 +770,13 @@ const ModelTable = (props) => { ...@@ -770,13 +770,13 @@ const ModelTable = (props) => {
> >
复制模型 复制模型
</PermissionRcItem> </PermissionRcItem>
{/* <PermissionRcItem <PermissionRcItem
id='model-compare' id='model-compare'
defaultPermission={true} defaultPermission={true}
onClick={handleItemClick} onClick={handleItemClick}
> >
模型对比 模型对比
</PermissionRcItem> */} </PermissionRcItem>
{ {
view !== 'branch' && <PermissionRcItem view !== 'branch' && <PermissionRcItem
id='auth-transfer' id='auth-transfer'
......
...@@ -17,7 +17,7 @@ import produce from "immer"; ...@@ -17,7 +17,7 @@ import produce from "immer";
const { Option } = AutoComplete; const { Option } = AutoComplete;
const viewModes = [ export const viewModes = [
{ {
key: 'dir', key: 'dir',
name: '目录视角' name: '目录视角'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment