Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-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
gzga-jzapi
apaas-ui
Commits
dc7045d7
Commit
dc7045d7
authored
Jun 08, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
header图片
parent
cbf601ab
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
src/components/service-header.vue
src/components/service-header.vue
+5
-2
src/pages/authority/organizationdetail.vue
src/pages/authority/organizationdetail.vue
+4
-1
No files found.
src/components/service-header.vue
View file @
dc7045d7
<
template
>
<
template
>
<div
class=
"info_logo"
>
<div
class=
"info_logo"
>
<div
class=
"logo"
:style=
"
{backgroundImage:'url('+data.url+')'}">
</div>
<div
class=
"logo"
:style=
"
{backgroundImage:'url('+data.url+')'}">
</div>
<div
class=
"info"
>
<div
class=
"info"
>
<p
class=
"info_title"
>
<p
class=
"info_title"
>
<span>
{{
data
.
name
}}
</span>
<span>
{{
data
.
name
}}
</span>
...
@@ -48,7 +49,9 @@ export default {
...
@@ -48,7 +49,9 @@ export default {
},
},
watch
:
{},
watch
:
{},
computed
:
{},
computed
:
{},
created
()
{},
created
()
{
console
.
log
(
this
.
data
.
url
);
},
mounted
()
{},
mounted
()
{},
methods
:
{
methods
:
{
subevent
(
val
){
subevent
(
val
){
...
...
src/pages/authority/organizationdetail.vue
View file @
dc7045d7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"detail_contain"
>
<div
class=
"detail_contain"
>
<p
class=
"now_page_title"
>
权限管理 / 组织用户 /
<span>
用户管理
</span></p>
<p
class=
"now_page_title"
>
权限管理 / 组织用户 /
<span>
用户管理
</span></p>
<div
class=
"info_contain"
>
<div
class=
"info_contain"
>
<service-header
:data=
"service_header_arr"
></service-header>
<service-header
v-if=
"service_header_arr.url"
:data=
"service_header_arr"
></service-header>
</div>
</div>
<div
class=
"organtable"
>
<div
class=
"organtable"
>
<p
class=
"setwidth"
><span></span>
组织用户管理
<el-input
class=
"elinput"
v-model=
"input"
prefix-icon=
"el-icon-search"
placeholder=
"请输入关键字"
></el-input></p>
<p
class=
"setwidth"
><span></span>
组织用户管理
<el-input
class=
"elinput"
v-model=
"input"
prefix-icon=
"el-icon-search"
placeholder=
"请输入关键字"
></el-input></p>
...
@@ -45,6 +45,7 @@ export default {
...
@@ -45,6 +45,7 @@ export default {
pageSizes
:
[
10
,
50
,
100
],
pageSizes
:
[
10
,
50
,
100
],
service_header_arr
:{
service_header_arr
:{
name
:
''
,
name
:
''
,
url
:
''
,
first
:[
first
:[
{
{
name
:
'
业务系统数
'
,
name
:
'
业务系统数
'
,
...
@@ -172,6 +173,8 @@ export default {
...
@@ -172,6 +173,8 @@ export default {
},
},
],
],
fixed
:
true
,
fixed
:
true
,
url
:
'
../../assets/imgs/home_tool_ic_mbyy.png
'
,
// url:data.picture_path,
fixedurl
:
'
/authority/organization/edit/
'
+
this
.
$route
.
params
.
id
fixedurl
:
'
/authority/organization/edit/
'
+
this
.
$route
.
params
.
id
}
}
})
})
...
...
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