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
ef6c2a5b
Commit
ef6c2a5b
authored
Aug 14, 2020
by
张俊
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://cloud.wodcloud.com/git/apaas/apaas-v3-ui
into dev
parents
fc0f4bba
46e56ef1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
5 deletions
+21
-5
src/pages/data-analysis/super-application.vue
src/pages/data-analysis/super-application.vue
+5
-1
src/pages/data-analysis/super-service.vue
src/pages/data-analysis/super-service.vue
+5
-1
src/pages/service_shop/shop_list.vue
src/pages/service_shop/shop_list.vue
+5
-1
src/pages/technical-support/index.vue
src/pages/technical-support/index.vue
+5
-1
src/pages/workbench/fwzc_fwcs.vue
src/pages/workbench/fwzc_fwcs.vue
+1
-1
static/img_default_jszc.png
static/img_default_jszc.png
+0
-0
No files found.
src/pages/data-analysis/super-application.vue
View file @
ef6c2a5b
...
@@ -37,7 +37,6 @@ export default {
...
@@ -37,7 +37,6 @@ export default {
.default_img {
.default_img {
width: 1282px;
width: 1282px;
height: 629px;
height: 629px;
background-image: url("../../assets/imgs/img_default_jszc.png");
.default_title {
.default_title {
color: #264dd9;
color: #264dd9;
font-size: 44px;
font-size: 44px;
...
@@ -51,4 +50,9 @@ export default {
...
@@ -51,4 +50,9 @@ export default {
}
}
}
}
}
}
</
style
>
<
style
scoped
>
.default_img
{
background
:
url("~@/assets/imgs/img_default_jszc.png")
no-repeat
center
center
;
}
</
style
>
</
style
>
\ No newline at end of file
src/pages/data-analysis/super-service.vue
View file @
ef6c2a5b
...
@@ -45,7 +45,6 @@ export default {
...
@@ -45,7 +45,6 @@ export default {
.default_img {
.default_img {
width: 1282px;
width: 1282px;
height: 629px;
height: 629px;
background-image: url("../../assets/imgs/img_default_jszc.png");
.default_title {
.default_title {
color: #264dd9;
color: #264dd9;
font-size: 44px;
font-size: 44px;
...
@@ -59,4 +58,9 @@ export default {
...
@@ -59,4 +58,9 @@ export default {
}
}
}
}
}
}
</
style
>
<
style
scoped
>
.default_img
{
background
:
url("~@/assets/imgs/img_default_jszc.png")
no-repeat
center
center
;
}
</
style
>
</
style
>
\ No newline at end of file
src/pages/service_shop/shop_list.vue
View file @
ef6c2a5b
...
@@ -124,7 +124,6 @@ export default {
...
@@ -124,7 +124,6 @@ export default {
.default_img {
.default_img {
width: 1282px;
width: 1282px;
height: 629px;
height: 629px;
background-image: url("../../assets/imgs/img_default_jszc.png");
.default_title {
.default_title {
color: #264dd9;
color: #264dd9;
font-size: 44px;
font-size: 44px;
...
@@ -138,4 +137,9 @@ export default {
...
@@ -138,4 +137,9 @@ export default {
}
}
}
}
}
}
</
style
>
<
style
scoped
>
.default_img
{
background
:
url("~@/assets/imgs/img_default_jszc.png")
no-repeat
center
center
;
}
</
style
>
</
style
>
\ No newline at end of file
src/pages/technical-support/index.vue
View file @
ef6c2a5b
...
@@ -48,7 +48,6 @@ export default {
...
@@ -48,7 +48,6 @@ export default {
.default_img {
.default_img {
width: 1282px;
width: 1282px;
height: 629px;
height: 629px;
background-image: url("../../assets/imgs/img_default_jszc.png");
.default_title {
.default_title {
color: #264dd9;
color: #264dd9;
font-size: 44px;
font-size: 44px;
...
@@ -64,3 +63,8 @@ export default {
...
@@ -64,3 +63,8 @@ export default {
}
}
}
}
</
style
>
</
style
>
<
style
scoped
>
.default_img
{
background
:
url("~@/assets/imgs/login_eye.png")
no-repeat
center
center
;
}
</
style
>
\ No newline at end of file
src/pages/workbench/fwzc_fwcs.vue
View file @
ef6c2a5b
...
@@ -867,7 +867,7 @@ export default {
...
@@ -867,7 +867,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
cover
.
length
!=
0
)
{
if
(
this
.
cover
.
length
!=
0
)
{
let
query
=
{
let
query
=
{
workflows_id
:
this
.
process_id
,
// 服务流程id
workflows_id
:
Number
(
this
.
process_id
)
,
// 服务流程id
service_name
:
this
.
form
.
name
,
// 服务名称
service_name
:
this
.
form
.
name
,
// 服务名称
describe
:
this
.
form
.
desc
,
// 服务描述
describe
:
this
.
form
.
desc
,
// 服务描述
sector
:
this
.
form
.
area
,
// 服务领域id
sector
:
this
.
form
.
area
,
// 服务领域id
...
...
static/img_default_jszc.png
deleted
100644 → 0
View file @
fc0f4bba
439 KB
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