Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaochengxiang
szse
Commits
a5b16f1c
Commit
a5b16f1c
authored
Mar 15, 2022
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资产更多菜单修改
parent
f1989b9b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
AssetDirectory.jsx
src/view/Manage/AssetManage/Component/AssetDirectory.jsx
+4
-4
AssetDirectory.less
src/view/Manage/AssetManage/Component/AssetDirectory.less
+2
-2
AttributeRelationModal.jsx
...w/Manage/AssetManage/Component/AttributeRelationModal.jsx
+1
-1
FilterElementModal.jsx
src/view/Manage/AssetManage/Component/FilterElementModal.jsx
+1
-1
ImportElement.jsx
src/view/Manage/AssetManage/Component/ImportElement.jsx
+1
-1
No files found.
src/view/Manage/AssetManage/Component/AssetDirectory.jsx
View file @
a5b16f1c
...
...
@@ -87,22 +87,22 @@ const AssetDirectory = (props) => {
<
Menu
>
<
Menu
.
Item
>
<
div
className=
'text-center'
onClick=
{
onImportElementBtnClick
}
>
导入
要素
导入
资产属性
</
div
>
</
Menu
.
Item
>
<
Menu
.
Item
>
<
div
className=
'text-center'
onClick=
{
onExportElementBtnClick
}
>
导出
要素
导出
资产属性
</
div
>
</
Menu
.
Item
>
<
Menu
.
Item
>
<
div
className=
'text-center'
onClick=
{
onFilterElementClick
}
>
要素
管理
资产属性
管理
</
div
>
</
Menu
.
Item
>
<
Menu
.
Item
>
<
div
className=
'text-center'
onClick=
{
onAttributeRelationBtnClick
}
>
元数据
属性关联
资产
属性关联
</
div
>
</
Menu
.
Item
>
</
Menu
>
...
...
src/view/Manage/AssetManage/Component/AssetDirectory.less
View file @
a5b16f1c
...
...
@@ -7,14 +7,14 @@
color: @icon-color;
.icon {
fill: @icon-color;
fill: @icon-color
!important
;
}
&:hover {
color: @icon-hover-color;
.icon {
fill: @icon-hover-color;
fill: @icon-hover-color
!important
;
}
}
}
...
...
src/view/Manage/AssetManage/Component/AttributeRelationModal.jsx
View file @
a5b16f1c
...
...
@@ -227,7 +227,7 @@ const AttributeRelationModal = (props) => {
return
(
<
Modal
forceRender
title=
{
'
关联元数据属性
'
}
title=
{
'
资产属性关联
'
}
visible=
{
visible
}
width=
{
600
}
onCancel=
{
()
=>
{
...
...
src/view/Manage/AssetManage/Component/FilterElementModal.jsx
View file @
a5b16f1c
...
...
@@ -148,7 +148,7 @@ const FilterElementModal = (props) => {
<
Modal
forceRender
visible=
{
visible
}
title=
'资产要素过滤'
title=
{
type
===
'global'
?
'资产属性管理'
:
'资产要素过滤'
}
width=
{
520
}
onCancel=
{
cancel
}
footer=
{
[
...
...
src/view/Manage/AssetManage/Component/ImportElement.jsx
View file @
a5b16f1c
...
...
@@ -62,7 +62,7 @@ const ImportElement = (props) => {
<
Modal
forceRender
visible=
{
visible
}
title=
'资产
要素
导入'
title=
'资产
属性
导入'
width=
{
520
}
confirmLoading=
{
confirmLoading
}
onCancel=
{
()
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment