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
c1639bf4
Commit
c1639bf4
authored
Jun 19, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev
parents
fc33baac
58307865
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/pages/authority/organization/organizationedit.vue
src/pages/authority/organization/organizationedit.vue
+6
-1
src/pages/workbench/fwgl/serviceEdit.vue
src/pages/workbench/fwgl/serviceEdit.vue
+1
-1
No files found.
src/pages/authority/organization/organizationedit.vue
View file @
c1639bf4
...
@@ -195,7 +195,12 @@ export default {
...
@@ -195,7 +195,12 @@ export default {
date
:
data
.
create_date
,
date
:
data
.
create_date
,
fileList
:
data
.
picture_path
,
fileList
:
data
.
picture_path
,
};
};
this
.
imgList
=
data
.
picture_path
.
split
(
"
;
"
);
if
(
data
.
picture_path
){
this
.
imgList
=
data
.
picture_path
.
split
(
"
;
"
);
}
else
{
this
.
imgList
=
[]
}
console
.
log
(
this
.
imgList
);
})
})
.
catch
((
response
)
=>
{});
.
catch
((
response
)
=>
{});
},
},
...
...
src/pages/workbench/fwgl/serviceEdit.vue
View file @
c1639bf4
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<span>
服务编辑
</span>
<span>
服务编辑
</span>
</p>
</p>
<div
class=
"info_contain"
>
<div
class=
"info_contain"
>
<div
class=
"edit_change"
>
<div
class=
"edit_change"
v-if=
"now_user==2"
>
<div
class=
"edit_change_box"
@
click=
"now_edit=0"
:style=
"now_edit==0?
{backgroundColor:'#e56600',color:'#ffffff'}:{}">
<div
class=
"edit_change_box"
@
click=
"now_edit=0"
:style=
"now_edit==0?
{backgroundColor:'#e56600',color:'#ffffff'}:{}">
<img
v-if=
"now_edit==0"
src=
"@/assets/imgs/nav_ic_xinxi_sel.png"
alt=
""
>
<img
v-if=
"now_edit==0"
src=
"@/assets/imgs/nav_ic_xinxi_sel.png"
alt=
""
>
<img
v-if=
"now_edit!==0"
src=
"@/assets/imgs/nav_ic_xinxi_nor.png"
alt=
""
>
基本信息编辑
</div>
<img
v-if=
"now_edit!==0"
src=
"@/assets/imgs/nav_ic_xinxi_nor.png"
alt=
""
>
基本信息编辑
</div>
...
...
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