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
b3a267a4
Commit
b3a267a4
authored
Nov 11, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
云服务
parent
0a4c3410
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
637 additions
and
618 deletions
+637
-618
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/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 @
b3a267a4
...
@@ -261,15 +261,15 @@ div {
...
@@ -261,15 +261,15 @@ div {
}
}
.el-tabs__item
{
.el-tabs__item
{
font-size
:
1
6
px
;
font-size
:
1
4
px
;
color
:
#8890a7
;
color
:
#8890a7
;
line-height
:
2
4px
!important
;
line-height
:
1
4px
!important
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
.el-tabs__nav-scroll
.el-tabs__item
{
.el-tabs__nav-scroll
.el-tabs__item
{
line-height
:
38
px
!important
;
line-height
:
14
px
!important
;
height
:
44
px
!important
;
height
:
38
px
!important
;
}
}
.el-tabs__item
:hover
{
.el-tabs__item
:hover
{
...
@@ -499,7 +499,7 @@ border-radius:8px;
...
@@ -499,7 +499,7 @@ border-radius:8px;
margin-left: 35px;
margin-left: 35px;
} */
} */
.el-input__inner
{
.el-input__inner
{
border-radius
:
8
px
;
border-radius
:
6
px
;
}
}
.el-input-group__append
,
.el-input-group__append
,
...
...
src/components/general/block-radius.vue
View file @
b3a267a4
<
template
>
<
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
v-if=
"show_header"
class=
"block_header"
>
<div
class=
"block_header_title"
>
{{
title
}}
</div>
<div
class=
"block_header_title"
>
{{
title
}}
</div>
<div
class=
"block_header_button_group"
>
<div
class=
"block_header_button_group"
>
...
@@ -36,6 +36,10 @@ export default {
...
@@ -36,6 +36,10 @@ export default {
borRadius
:
{
borRadius
:
{
type
:
Number
,
type
:
Number
,
default
:
10
,
default
:
10
,
},
paddingNum
:
{
type
:
Number
,
default
:
20
,
}
}
},
},
components
:
{},
components
:
{},
...
...
src/components/infoList.vue
View file @
b3a267a4
...
@@ -93,10 +93,10 @@ a {
...
@@ -93,10 +93,10 @@ a {
text-align
:
center
;
text-align
:
center
;
color
:
#e6ebfe
;
color
:
#e6ebfe
;
background-color
:
#515fe7
;
background-color
:
#515fe7
;
border-radius
:
8
px
;
border-radius
:
6
px
;
display
:
inline-block
;
display
:
inline-block
;
font-size
:
14px
;
font-size
:
14px
;
margin-left
:
20
px
;
margin-left
:
8
px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
</
style
>
</
style
>
src/components/shop-cloud/shop-cloud.vue
View file @
b3a267a4
This diff is collapsed.
Click to expand it.
src/pages/service_shop/shop_cloud.vue
View file @
b3a267a4
<
template
>
<
template
>
<div>
<div
class=
"shop_list_cont"
>
<el-container>
<el-container>
<el-aside
width=
"1
80
px"
>
<el-aside
width=
"1
76
px"
>
<service-shop-menu></service-shop-menu>
<service-shop-menu></service-shop-menu>
</el-aside>
</el-aside>
<el-main>
<el-main
class=
"main_init"
>
<shop-cloud
name=
"云资源服务"
></shop-cloud>
<shop-cloud
name=
"云资源服务"
></shop-cloud>
</el-main>
</el-main>
</el-container>
</el-container>
...
@@ -25,4 +25,12 @@ export default {
...
@@ -25,4 +25,12 @@ export default {
};
};
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.shop_list_cont
{
width
:
1200px
;
margin
:
0
auto
;
position
:
relative
;
}
.main_init
{
padding
:
2px
0
16px
16px
;
}
</
style
>
</
style
>
\ No newline at end of file
src/pages/workbench/fwzc_fwcs.vue
View file @
b3a267a4
...
@@ -417,14 +417,16 @@
...
@@ -417,14 +417,16 @@
class=
"reset"
class=
"reset"
v-if=
"activeBtn == 0 && resSuccess"
v-if=
"activeBtn == 0 && resSuccess"
@
click=
"resetSjfw"
@
click=
"resetSjfw"
>
重置
</el-button
>
>
重置
</el-button>
<el-button
<el-button
:disabled=
"!resSuccess"
:disabled=
"!resSuccess"
:class=
"resSuccess ? 'next' : ''"
:class=
"resSuccess ? 'next' : ''"
@
click=
"nextJcxx"
@
click=
"nextJcxx"
>
下一步
</el-button
>
>
下一步
</el-button>
</div>
</div>
</block-radius>
</block-radius>
<div
v-if=
"activeBtn == 4 && zhyyVal == 24"
>
<div
v-if=
"activeBtn == 4 && zhyyVal == 24"
>
...
@@ -1058,7 +1060,7 @@ export default {
...
@@ -1058,7 +1060,7 @@ export default {
this
.
jkwds
=
[];
this
.
jkwds
=
[];
},
},
getUrl
(
enUrl
)
{
getUrl
(
enUrl
)
{
enUrl
=
enUrl
.
replace
(
/
\s
*/g
,
""
);
enUrl
=
enUrl
.
replace
(
/
\s
*/g
,
""
);
let
url
=
decodeURI
(
enUrl
);
let
url
=
decodeURI
(
enUrl
);
let
arr
=
[];
let
arr
=
[];
if
(
url
.
indexOf
(
"
?
"
)
!=
-
1
)
{
if
(
url
.
indexOf
(
"
?
"
)
!=
-
1
)
{
...
@@ -1227,6 +1229,15 @@ export default {
...
@@ -1227,6 +1229,15 @@ export default {
)
{
)
{
if
(
this
.
jkwds
.
length
==
0
)
{
if
(
this
.
jkwds
.
length
==
0
)
{
this
.
$message
.
error
(
"
请上传接口文档
"
);
this
.
$message
.
error
(
"
请上传接口文档
"
);
}
else
{
if
(
this
.
activeBtn
==
2
||
(
this
.
activeBtn
==
4
&&
this
.
zhyyVal
==
22
)
)
{
this
.
request_fields
=
[];
this
.
response_fields
=
[];
this
.
jcxxtx
=
true
;
this
.
getOrganization
();
}
else
{
}
else
{
let
requestData
=
this
.
$refs
.
fwcs_sjfw_qqcs
.
getTableData
();
let
requestData
=
this
.
$refs
.
fwcs_sjfw_qqcs
.
getTableData
();
let
responseData
=
this
.
$refs
.
fwcs_sjfw_fhcs
.
getTableData
();
let
responseData
=
this
.
$refs
.
fwcs_sjfw_fhcs
.
getTableData
();
...
@@ -1245,6 +1256,7 @@ export default {
...
@@ -1245,6 +1256,7 @@ export default {
this
.
$message
.
error
(
"
请完善返回参数信息中的字段名称
"
);
this
.
$message
.
error
(
"
请完善返回参数信息中的字段名称
"
);
}
}
}
}
}
}
else
{
}
else
{
let
requestData
=
this
.
$refs
.
fwcs_sjfw_qqcs
.
getTableData
();
let
requestData
=
this
.
$refs
.
fwcs_sjfw_qqcs
.
getTableData
();
let
responseData
=
this
.
$refs
.
fwcs_sjfw_fhcs
.
getTableData
();
let
responseData
=
this
.
$refs
.
fwcs_sjfw_fhcs
.
getTableData
();
...
@@ -1865,7 +1877,7 @@ export default {
...
@@ -1865,7 +1877,7 @@ export default {
});
});
},
},
getUrlOne(enUrl, indexOne) {
getUrlOne(enUrl, indexOne) {
enUrl = enUrl.replace(/\s*/g,"");
enUrl = enUrl.replace(/\s*/g,
"");
let url = decodeURI(enUrl);
let url = decodeURI(enUrl);
let arr = [];
let arr = [];
if (url.indexOf("?") != -1) {
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