Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
smart-operation
so-manage-ui
Commits
3feed9b4
Commit
3feed9b4
authored
Nov 10, 2022
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:bug#7512
parent
2925080d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
8 deletions
+41
-8
src/page/main/system/organization/index.vue
src/page/main/system/organization/index.vue
+41
-8
No files found.
src/page/main/system/organization/index.vue
View file @
3feed9b4
...
...
@@ -27,9 +27,22 @@
</div>
<div
class=
"flex_right"
>
<div
class=
"info_container bgc_white"
>
<div
class=
"title"
><span
class=
"icon_box"
><bg-icon
class=
"step_icon"
icon=
"#bg-ic-file"
></bg-icon></span>
基本信息
<bg-icon
style=
"font-size: 14px"
class=
"step_icon"
icon=
"#bg-ic-arrow-right"
></bg-icon>
</div>
<bg-info
v-if=
"selectTreeDataType === 1"
:data=
"baseInfo"
></bg-info>
<bg-info
v-if=
"selectTreeDataType === 2"
:data=
"baseInfo2"
></bg-info>
<div
class=
"title"
>
<span
class=
"icon_box"
>
<span
class=
"step_icon"
>
<bg-icon
icon=
"#bg-ic-file"
></bg-icon>
</span>
<span>
基本信息
</span>
</span>
<span
class=
"can_click_text detail_btn"
v-if=
"selectTreeDataType === 1"
@
click=
"toOrgDetail"
>
查看详情
<bg-icon
style=
"font-size: 8px; color: #95a3ca; vertical-align: middle"
icon=
"#bg-ic-arrow-right"
/>
</span>
</div>
<bg-info
class=
"info_box"
v-if=
"selectTreeDataType === 1"
:data=
"baseInfo"
></bg-info>
<bg-info
class=
"info_box"
v-if=
"selectTreeDataType === 2"
:data=
"baseInfo2"
></bg-info>
</div>
<div
class=
"main_container bgc_white"
>
<bg-filter-group
@
search=
"changeSearch"
v-model=
"filter.key_word"
placeholder=
"请输入关键字"
>
...
...
@@ -932,13 +945,33 @@ import { downloadFileFormatNew } from '@/services/helper'
color
:
#202531
;
font-weight
:
bold
;
margin-bottom
:
10px
;
max-width
:
960px
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
}
.detail_btn
{
font-size
:
14px
;
font-weight
:
normal
;
}
.icon_box
{
background-color
:
rgb
(
42
,
74
,
167
);
color
:
rgb
(
255
,
255
,
255
);
padding
:
2px
4px
;
display
:
flex
;
align-items
:
center
;
}
.step_icon
{
display
:
inline-block
;
width
:
20px
;
height
:
20px
;
text-align
:
center
;
line-height
:
20px
;
background-color
:
#2a4aa7
;
color
:
#fff
;
border-radius
:
4px
;
font-size
:
14px
;
margin-right
:
8px
;
}
.info_box
{
max-width
:
960px
;
}
.main_container
{
flex
:
1
;
...
...
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