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
6ef70bf8
Commit
6ef70bf8
authored
Nov 11, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ldx' into dev
parents
d50935f0
b3a267a4
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
659 additions
and
632 deletions
+659
-632
src/assets/css/index.css
src/assets/css/index.css
+5
-5
src/components/general/block-radius.vue
src/components/general/block-radius.vue
+5
-1
src/components/infoList.vue
src/components/infoList.vue
+2
-2
src/components/service-list/commodity-card.vue
src/components/service-list/commodity-card.vue
+4
-4
src/components/service-list/commodity-cell.vue
src/components/service-list/commodity-cell.vue
+2
-2
src/components/service-list/service_list.vue
src/components/service-list/service_list.vue
+8
-6
src/components/service-list/service_shop_menu.vue
src/components/service-list/service_shop_menu.vue
+8
-2
src/components/shop-cloud/shop-cloud.vue
src/components/shop-cloud/shop-cloud.vue
+585
-590
src/pages/service_shop/shop_cloud.vue
src/pages/service_shop/shop_cloud.vue
+11
-3
src/pages/workbench/fwzc_fwcs.vue
src/pages/workbench/fwzc_fwcs.vue
+29
-17
No files found.
src/assets/css/index.css
View file @
6ef70bf8
...
...
@@ -261,15 +261,15 @@ div {
}
.el-tabs__item
{
font-size
:
1
6
px
;
font-size
:
1
4
px
;
color
:
#8890a7
;
line-height
:
2
4px
!important
;
line-height
:
1
4px
!important
;
font-weight
:
bold
;
}
.el-tabs__nav-scroll
.el-tabs__item
{
line-height
:
38
px
!important
;
height
:
44
px
!important
;
line-height
:
14
px
!important
;
height
:
38
px
!important
;
}
.el-tabs__item
:hover
{
...
...
@@ -499,7 +499,7 @@ border-radius:8px;
margin-left: 35px;
} */
.el-input__inner
{
border-radius
:
8
px
;
border-radius
:
6
px
;
}
.el-input-group__append
,
...
...
src/components/general/block-radius.vue
View file @
6ef70bf8
<
template
>
<div
class=
"block_radius"
:style=
"'border-radius:' + borRadius + 'px'"
>
<div
class=
"block_radius"
:style=
"'border-radius:' + borRadius + 'px
;padding:' + paddingNum + 'px;
'"
>
<div
v-if=
"show_header"
class=
"block_header"
>
<div
class=
"block_header_title"
>
{{
title
}}
</div>
<div
class=
"block_header_button_group"
>
...
...
@@ -36,6 +36,10 @@ export default {
borRadius
:
{
type
:
Number
,
default
:
10
,
},
paddingNum
:
{
type
:
Number
,
default
:
20
,
}
},
components
:
{},
...
...
src/components/infoList.vue
View file @
6ef70bf8
...
...
@@ -93,10 +93,10 @@ a {
text-align
:
center
;
color
:
#e6ebfe
;
background-color
:
#515fe7
;
border-radius
:
8
px
;
border-radius
:
6
px
;
display
:
inline-block
;
font-size
:
14px
;
margin-left
:
20
px
;
margin-left
:
8
px
;
cursor
:
pointer
;
}
</
style
>
src/components/service-list/commodity-card.vue
View file @
6ef70bf8
...
...
@@ -87,14 +87,14 @@ export default {
height
:
208px
;
background-color
:
#ffffff
;
box-shadow
:
0px
3px
6px
0px
rgba
(
15
,
19
,
65
,
0.04
);
border-radius
:
12px
12px
8px
8px
;
border-radius
:
8px
;
border
:
solid
1px
#e3e4ef
;
margin-bottom
:
16
px
;
margin-bottom
:
24
px
;
}
.com_cell_up
{
height
:
88px
;
background-color
:
#f9fafc
;
border-radius
:
12px
12
px
0px
0px
;
border-radius
:
8px
8
px
0px
0px
;
padding
:
16px
;
display
:
flex
;
position
:
relative
;
...
...
@@ -186,7 +186,7 @@ export default {
color
:
#e15260
;
}
.com_cell_down
{
padding
:
12px
16px
16px
;
padding
:
12px
16px
0
16px
;
}
.com_detail
{
color
:
#8890a7
;
...
...
src/components/service-list/commodity-cell.vue
View file @
6ef70bf8
...
...
@@ -100,7 +100,7 @@ export default {
box-shadow
:
0px
3px
6px
0px
rgba
(
15
,
19
,
65
,
0.04
);
border-radius
:
12px
12px
8px
8px
;
border
:
solid
1px
#e3e4ef
;
margin-bottom
:
16
px
;
margin-bottom
:
24
px
;
}
.com_cell_up
{
height
:
88px
;
...
...
@@ -197,7 +197,7 @@ export default {
color
:
#e15260
;
}
.com_cell_down
{
padding
:
12px
16px
16px
;
padding
:
12px
16px
0
16px
;
}
.com_detail
{
color
:
#8890a7
;
...
...
src/components/service-list/service_list.vue
View file @
6ef70bf8
...
...
@@ -35,7 +35,7 @@
class=
"classification_line_if"
v-if=
"item.childDomains && item.childDomains.length != 0"
>
<div
class=
"classification_line_title"
>
{{
item
.
name
}}
:
</div>
<div
class=
"classification_line_title"
>
{{
item
.
name
}}
<span
class=
"maohao"
>
:
</span>
</div>
<!--
<div
:class=
"
index == filterLists.length - 1
...
...
@@ -120,7 +120,7 @@
@
click=
"clickOpen(index)"
>
<span
v-if=
"openList[index] == 'down'"
>
收起
</span>
<span
v-if=
"openList[index] == 'up'"
>
展开
</span>
<span
v-if=
"openList[index] == 'up'"
>
更多
</span>
<i
v-if=
"openList[index] == 'down'"
class=
"el-icon-caret-top"
...
...
@@ -666,10 +666,11 @@ export default {
}
.classification_line_title
{
display
:
inline-block
;
width
:
13
0px
;
width
:
9
0px
;
padding
:
15px
0
;
text-align
:
righ
t
;
text-align
:
lef
t
;
color
:
#8890a7
;
font-size
:
12px
;
}
.classification_line_items
{
width
:
calc
(
100%
-
130px
);
...
...
@@ -678,7 +679,7 @@ export default {
border-bottom
:
1px
#e9ecf3
solid
;
}
.classification_line_hid
{
height
:
50
px
;
height
:
46
px
;
width
:
100%
;
overflow
:
hidden
;
display
:
inline-flex
;
...
...
@@ -697,7 +698,7 @@ export default {
.classification_line_items_li
{
display
:
inline-block
;
padding
:
15px
20px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
}
.classification_line_items_li_act
{
background-color
:
#fbfbfb
;
...
...
@@ -730,6 +731,7 @@ export default {
width
:
60px
;
padding
:
15px
0
;
cursor
:
pointer
;
font-size
:
12px
;
}
.classification_children_ul
{
display
:
inline-block
;
...
...
src/components/service-list/service_shop_menu.vue
View file @
6ef70bf8
...
...
@@ -121,18 +121,24 @@ export default {
border-radius
:
8px
;
}
.service_shop_menu_list
>
li
{
padding
:
16px
10px
8px
22px
;
box-sizing
:
border-box
;
height
:
40px
;
padding
:
8px
0
0
22px
;
margin-bottom
:
16px
;
font-size
:
15px
;
line-height
:
24px
;
cursor
:
pointer
;
}
.service_shop_menu_list
>
li
:nth-last-child
(
1
)
{
margin-bottom
:
0
;
}
.service_shop_menu_list
>
li
:hover
,
.service_shop_menu_list
>
li
.current
{
background-color
:
rgba
(
242
,
246
,
253
,
0.4
);
color
:
#515fe7
;
}
.menu_img
{
width
:
2
5
px
;
width
:
2
4
px
;
margin-right
:
6px
;
}
.menu_item
{
...
...
src/components/shop-cloud/shop-cloud.vue
View file @
6ef70bf8
This diff is collapsed.
Click to expand it.
src/pages/service_shop/shop_cloud.vue
View file @
6ef70bf8
<
template
>
<div>
<div
class=
"shop_list_cont"
>
<el-container>
<el-aside
width=
"1
80
px"
>
<el-aside
width=
"1
76
px"
>
<service-shop-menu></service-shop-menu>
</el-aside>
<el-main>
<el-main
class=
"main_init"
>
<shop-cloud
name=
"云资源服务"
></shop-cloud>
</el-main>
</el-container>
...
...
@@ -25,4 +25,12 @@ export default {
};
</
script
>
<
style
scoped
>
.shop_list_cont
{
width
:
1200px
;
margin
:
0
auto
;
position
:
relative
;
}
.main_init
{
padding
:
2px
0
16px
16px
;
}
</
style
>
\ No newline at end of file
src/pages/workbench/fwzc_fwcs.vue
View file @
6ef70bf8
...
...
@@ -417,14 +417,16 @@
class=
"reset"
v-if=
"activeBtn == 0 && resSuccess"
@
click=
"resetSjfw"
>
重置
</el-button
>
重置
</el-button>
<el-button
:disabled=
"!resSuccess"
:class=
"resSuccess ? 'next' : ''"
@
click=
"nextJcxx"
>
下一步
</el-button
>
下一步
</el-button>
</div>
</block-radius>
<div
v-if=
"activeBtn == 4 && zhyyVal == 24"
>
...
...
@@ -1058,7 +1060,7 @@ export default {
this
.
jkwds
=
[];
},
getUrl
(
enUrl
)
{
enUrl
=
enUrl
.
replace
(
/
\s
*/g
,
""
);
enUrl
=
enUrl
.
replace
(
/
\s
*/g
,
""
);
let
url
=
decodeURI
(
enUrl
);
let
arr
=
[];
if
(
url
.
indexOf
(
"
?
"
)
!=
-
1
)
{
...
...
@@ -1228,21 +1230,31 @@ export default {
if
(
this
.
jkwds
.
length
==
0
)
{
this
.
$message
.
error
(
"
请上传接口文档
"
);
}
else
{
let
requestData
=
this
.
$refs
.
fwcs_sjfw_qqcs
.
getTableData
();
let
responseData
=
this
.
$refs
.
fwcs_sjfw_fhcs
.
getTableData
();
this
.
requestRules
=
0
;
this
.
responseRules
=
0
;
this
.
checkTable
(
requestData
,
0
);
this
.
checkTable
(
responseData
,
1
);
if
(
this
.
requestRules
==
0
&&
this
.
responseRules
==
0
)
{
this
.
request_fields
=
requestData
;
this
.
response_fields
=
responseData
;
if
(
this
.
activeBtn
==
2
||
(
this
.
activeBtn
==
4
&&
this
.
zhyyVal
==
22
)
)
{
this
.
request_fields
=
[];
this
.
response_fields
=
[];
this
.
jcxxtx
=
true
;
this
.
getOrganization
();
}
else
if
(
this
.
requestRules
!=
0
)
{
this
.
$message
.
error
(
"
请完善请求参数信息中的字段名称
"
);
}
else
if
(
this
.
responseRules
!=
0
)
{
this
.
$message
.
error
(
"
请完善返回参数信息中的字段名称
"
);
}
else
{
let
requestData
=
this
.
$refs
.
fwcs_sjfw_qqcs
.
getTableData
();
let
responseData
=
this
.
$refs
.
fwcs_sjfw_fhcs
.
getTableData
();
this
.
requestRules
=
0
;
this
.
responseRules
=
0
;
this
.
checkTable
(
requestData
,
0
);
this
.
checkTable
(
responseData
,
1
);
if
(
this
.
requestRules
==
0
&&
this
.
responseRules
==
0
)
{
this
.
request_fields
=
requestData
;
this
.
response_fields
=
responseData
;
this
.
jcxxtx
=
true
;
this
.
getOrganization
();
}
else
if
(
this
.
requestRules
!=
0
)
{
this
.
$message
.
error
(
"
请完善请求参数信息中的字段名称
"
);
}
else
if
(
this
.
responseRules
!=
0
)
{
this
.
$message
.
error
(
"
请完善返回参数信息中的字段名称
"
);
}
}
}
}
else
{
...
...
@@ -1865,7 +1877,7 @@ export default {
});
},
getUrlOne(enUrl, indexOne) {
enUrl = enUrl.replace(/\s*/g,"");
enUrl = enUrl.replace(/\s*/g,
"");
let url = decodeURI(enUrl);
let arr = [];
if (url.indexOf("?") != -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