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
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 {
}
.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 @
b3a267a4
<
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 @
b3a267a4
...
...
@@ -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/shop-cloud/shop-cloud.vue
View file @
b3a267a4
<
template
>
<div>
<div
class=
"shop_cloud"
>
<el-breadcrumb
separator=
"/"
class=
"bread_crumb1 bread_left"
>
<el-breadcrumb-item
:to=
"
{ path: '/shop' }">服务超市
</el-breadcrumb-item>
<el-breadcrumb-item>
{{
name
}}
</el-breadcrumb-item>
</el-breadcrumb>
<block-radius>
<block-radius
:paddingNum=
"24"
>
<el-form
ref=
"form"
:inline=
"true"
...
...
@@ -12,8 +12,8 @@
:model=
"form"
class=
"form_block"
>
<el-row>
<el-col
:span=
"
12
"
>
<el-row
:gutter=
"24"
>
<el-col
:span=
"
24
"
>
<el-form-item
class=
"form_item"
>
<div
class=
"form_item_title"
>
申请组织:
</div>
<el-input
...
...
@@ -24,7 +24,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
class=
"form_item"
prop=
"link_man"
>
<el-form-item
class=
"form_item
nobottom
"
prop=
"link_man"
>
<div
class=
"form_item_title"
>
部门联系人:
</div>
<el-input
v-model=
"form.link_man"
...
...
@@ -33,7 +33,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
class=
"form_item"
prop=
"phone"
>
<el-form-item
class=
"form_item
nobottom
"
prop=
"phone"
>
<div
class=
"form_item_title"
>
联系电话:
</div>
<el-input
v-model=
"form.phone"
...
...
@@ -44,13 +44,11 @@
</el-row>
</el-form>
</block-radius>
<block-radius>
<block-radius
:paddingNum=
"24"
>
<el-tabs
v-model=
"activeName"
class=
"cloud_form"
@
tab-click=
"tabClick"
>
<el-tab-pane
label=
"申请新的工作区域"
name=
"0"
>
<el-row>
<el-col
:span=
"24"
>
<el-form
ref=
"formNew"
:model=
"formNew"
:rules=
"ruleNew"
>
<el-row
>
<el-row
:gutter=
"24"
>
<el-col
:span=
"24"
>
<div
class=
"form_title"
>
基本信息
</div>
</el-col>
...
...
@@ -72,8 +70,8 @@
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12
"
>
<el-form-item
prop=
"workplacedesc"
class=
"form_ite
m"
>
<el-col
:span=
"24
"
>
<el-form-item
prop=
"workplacedesc"
class=
"form_item nobotto
m"
>
<div
class=
"form_item_title"
>
描述信息:
</div>
<el-input
type=
"textarea"
...
...
@@ -85,7 +83,7 @@
<el-col
:span=
"24"
>
<div
class=
"form_title"
>
工作区域申请规格
</div>
</el-col>
<el-col
:span=
"6
"
>
<el-col
:span=
"8
"
>
<el-form-item
prop=
"cpu"
class=
"form_item input_has_right"
>
<div
class=
"form_item_title"
>
CPU:
</div>
<el-select
...
...
@@ -103,11 +101,8 @@
<div
class=
"input_right input_right_top"
>
核
</div>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
prop=
"memory"
class=
"form_item input_has_right"
>
<el-col
:span=
"8"
>
<el-form-item
prop=
"memory"
class=
"form_item input_has_right"
>
<div
class=
"form_item_title"
>
内存:
</div>
<el-select
v-model=
"formNew.memory"
...
...
@@ -124,7 +119,7 @@
<div
class=
"input_right input_right_top"
>
GB
</div>
</el-form-item>
</el-col>
<el-col
:span=
"6
"
>
<el-col
:span=
"8
"
>
<el-form-item
prop=
"containerGroup"
class=
"form_item input_has_right"
...
...
@@ -143,8 +138,8 @@
<el-col
:span=
"24"
>
<div
class=
"form_item_title"
>
数据盘(可选):
</div>
</el-col>
<el-col
:span=
"6
"
>
<el-form-item
class=
"form_item input_has_right
"
>
<el-col
:span=
"8
"
>
<el-form-item
class=
"form_item input_has_right nobottom
"
>
<el-input-number
v-model=
"formNew.dataDisk"
controls-position=
"right"
...
...
@@ -155,8 +150,8 @@
<div
class=
"input_right"
>
块
</div>
</el-form-item>
</el-col>
<el-col
:span=
"6
"
>
<el-form-item
class=
"form_item input_has_right
"
>
<el-col
:span=
"8
"
>
<el-form-item
class=
"form_item input_has_right nobottom
"
>
<el-input-number
v-model=
"formNew.perDataDisk"
controls-position=
"right"
...
...
@@ -170,13 +165,10 @@
<el-col
:span=
"24"
>
<div
class=
"form_title"
>
单个容器组规格
</div>
</el-col>
<el-col
:span=
"12
"
>
<el-col
:span=
"24
"
>
<div
class=
"form_item_title"
>
CPU:
</div>
</el-col>
<el-col
:span=
"12"
>
<div
class=
"form_item_title"
>
内存:
</div>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"8"
>
<el-form-item
prop=
"perCPUs"
class=
"form_item input_has_left_right"
...
...
@@ -187,12 +179,12 @@
controls-position=
"right"
:min=
"0"
:max=
"10"
placeholder=
"请选择
CPU最高使用量"
placeholder=
"
CPU最高使用量"
></el-input-number>
<div
class=
"input_right"
>
核
</div>
</el-form-item>
</el-col>
<el-col
:span=
"6
"
>
<el-col
:span=
"8
"
>
<el-form-item
prop=
"perCPU"
class=
"form_item input_has_left_right"
...
...
@@ -203,15 +195,18 @@
controls-position=
"right"
:min=
"0"
:max=
"10"
placeholder=
"请选择
CPU默认使用量"
placeholder=
"
CPU默认使用量"
></el-input-number>
<div
class=
"input_right"
>
核
</div>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"24"
>
<div
class=
"form_item_title"
>
内存:
</div>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
prop=
"perRAMs"
class=
"form_item input_has_left_right
"
class=
"form_item input_has_left_right nobottom
"
>
<div
class=
"input_left"
>
最高
</div>
<el-input-number
...
...
@@ -219,15 +214,15 @@
controls-position=
"right"
:min=
"0"
:max=
"10"
placeholder=
"请选择
内存最高使用量"
placeholder=
"
内存最高使用量"
></el-input-number>
<div
class=
"input_right"
>
GB
</div>
</el-form-item>
</el-col>
<el-col
:span=
"6
"
>
<el-col
:span=
"8
"
>
<el-form-item
prop=
"perRAM"
class=
"form_item input_has_left_right
"
class=
"form_item input_has_left_right nobottom
"
>
<div
class=
"input_left"
>
默认
</div>
<el-input-number
...
...
@@ -235,7 +230,7 @@
controls-position=
"right"
:min=
"0"
:max=
"10"
placeholder=
"请选择
内存默认使用量"
placeholder=
"
内存默认使用量"
></el-input-number>
<div
class=
"input_right"
>
GB
</div>
</el-form-item>
...
...
@@ -243,7 +238,7 @@
<el-col
:span=
"24"
>
<div
class=
"form_title"
>
其他信息
</div>
</el-col>
<el-col
:span=
"12
"
>
<el-col
:span=
"16
"
>
<el-form-item
prop=
"appDuration"
class=
"form_item input_has_right"
...
...
@@ -291,12 +286,10 @@
</el-col>
</el-row>
</el-form>
</el-col>
</el-row>
</el-tab-pane>
<el-tab-pane
label=
"调整现有工作区域"
name=
"1"
>
<el-row>
<el-col
:span=
"1
2
"
>
<el-row
:gutter=
"24"
>
<el-col
:span=
"1
6
"
>
<div
class=
"select_title"
>
选择要进行调整的工作区域:
</div>
<div
class=
"form_item"
>
<el-select
...
...
@@ -315,10 +308,8 @@
</el-col>
</el-row>
<div
v-show=
"formShow"
>
<el-row>
<el-col
:span=
"24"
>
<el-form
ref=
"formOld"
:model=
"formOld"
:rules=
"ruleOld"
>
<el-row
>
<el-row
:gutter=
"24"
>
<el-col
:span=
"24"
>
<div
class=
"form_title"
>
工作区域规格调整
</div>
</el-col>
...
...
@@ -351,11 +342,8 @@
</div>
</div>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
prop=
"cpu"
class=
"form_item input_has_right"
>
<el-col
:span=
"8"
>
<el-form-item
prop=
"cpu"
class=
"form_item input_has_right"
>
<div
class=
"form_item_title"
>
申请CPU调整为:
</div>
<el-select
v-model=
"formOld.cpu"
...
...
@@ -371,11 +359,8 @@
<div
class=
"input_right input_right_top"
>
核
</div>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
prop=
"memory"
class=
"form_item input_has_right"
>
<el-col
:span=
"8"
>
<el-form-item
prop=
"memory"
class=
"form_item input_has_right"
>
<div
class=
"form_item_title"
>
申请内存调整为:
</div>
<el-select
v-model=
"formOld.memory"
...
...
@@ -392,7 +377,7 @@
<div
class=
"input_right input_right_top"
>
GB
</div>
</el-form-item>
</el-col>
<el-col
:span=
"6
"
>
<el-col
:span=
"8
"
>
<el-form-item
prop=
"containerGroup"
class=
"form_item input_has_right"
...
...
@@ -408,9 +393,9 @@
<div
class=
"input_right"
>
个
</div>
</el-form-item>
</el-col>
<el-col
:span=
"12
"
v-if=
"dataDiskList.length != 0"
>
<el-col
:span=
"24
"
v-if=
"dataDiskList.length != 0"
>
<el-form-item
class=
"form_item input_has_right"
>
<div
class=
"form_item_title
"
>
调整数据盘:
</div>
<div
class=
"form_item_title_1
"
>
调整数据盘:
</div>
<table-um
ref=
"apply_service_state_table"
:headers=
"dataDiskHeaders"
...
...
@@ -418,11 +403,13 @@
:datas=
"dataDiskList"
@
primary-del=
"delItem"
:maxheight=
"260"
size=
"small"
class=
"disk__table"
></table-um>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
class=
"form_ite
m"
>
<el-form-item
class=
"form_item nobotto
m"
>
<div
class=
"form_item_title"
>
增加数据盘:
</div>
<!--
<el-select
v-model=
"formOld.store_type"
placeholder=
"请选择数据盘类型"
>
<el-option
...
...
@@ -434,8 +421,8 @@
</el-select>
-->
</el-form-item>
</el-col>
<el-col
:span=
"6
"
>
<el-form-item
class=
"form_item input_has_right
"
>
<el-col
:span=
"8
"
>
<el-form-item
class=
"form_item input_has_right nobottom
"
>
<el-input-number
v-model=
"formOld.dataDisk"
controls-position=
"right"
...
...
@@ -446,8 +433,8 @@
<div
class=
"input_right"
>
块
</div>
</el-form-item>
</el-col>
<el-col
:span=
"6
"
>
<el-form-item
class=
"form_item input_has_right
"
>
<el-col
:span=
"8
"
>
<el-form-item
class=
"form_item input_has_right nobottom
"
>
<el-input-number
v-model=
"formOld.perDataDisk"
controls-position=
"right"
...
...
@@ -481,8 +468,8 @@
最高
{{
item
.
max
}}
{{
item
.
title
==
"
CPU
"
?
"
核
"
:
"
GB
"
}}
</span>
<br
/>
<span
class=
"now_rqz_card_val"
>
默认
{{
item
.
default
}}
{{
item
.
title
==
"
CPU
"
?
"
核
"
:
"
GB
"
...
...
@@ -492,13 +479,10 @@
</div>
</div>
</el-col>
<el-col
:span=
"12
"
>
<el-col
:span=
"24
"
>
<div
class=
"form_item_title"
>
CPU:
</div>
</el-col>
<el-col
:span=
"12"
>
<div
class=
"form_item_title"
>
内存:
</div>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"8"
>
<el-form-item
prop=
"perCPUs"
class=
"form_item input_has_left_right"
...
...
@@ -514,7 +498,7 @@
<div
class=
"input_right"
>
核
</div>
</el-form-item>
</el-col>
<el-col
:span=
"6
"
>
<el-col
:span=
"8
"
>
<el-form-item
prop=
"perCPU"
class=
"form_item input_has_left_right"
...
...
@@ -530,10 +514,13 @@
<div
class=
"input_right"
>
核
</div>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"24"
>
<div
class=
"form_item_title"
>
内存:
</div>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
prop=
"perRAMs"
class=
"form_item input_has_left_right
"
class=
"form_item input_has_left_right nobottom
"
>
<div
class=
"input_left"
>
最高
</div>
<el-input-number
...
...
@@ -546,10 +533,10 @@
<div
class=
"input_right"
>
GB
</div>
</el-form-item>
</el-col>
<el-col
:span=
"6
"
>
<el-col
:span=
"8
"
>
<el-form-item
prop=
"perRAM"
class=
"form_item input_has_left_right
"
class=
"form_item input_has_left_right nobottom
"
>
<div
class=
"input_left"
>
默认
</div>
<el-input-number
...
...
@@ -564,6 +551,7 @@
</el-col>
<el-col
:span=
"24"
>
<div
class=
"form_title"
>
其他信息
</div>
</el-col>
<el-col
:span=
"24"
>
<div
class=
"now_spec"
>
当前规格:
</div>
<div
class=
"now_spec_card_time"
>
...
...
@@ -577,17 +565,14 @@
>
<span
class=
"now_spec_card_time_val"
>
{{
helper
.
dateStringTransform
(
paramsOld
.
cloud_end_time
)
helper
.
dateStringTransform
(
paramsOld
.
cloud_end_time
)
}}
</span>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
class=
"form_item input_has_right_select"
>
<el-col
:span=
"16"
>
<el-form-item
class=
"form_item input_has_right"
>
<div
class=
"form_item_title"
>
申请续期:
</div>
<el-input-number
v-model=
"formOld.appDuration"
...
...
@@ -595,18 +580,7 @@
:min=
"1"
:max=
"1000"
></el-input-number>
<el-select
v-model=
"formOld.durType"
class=
"input_right_select"
placeholder=
"请选择续期时长"
>
<el-option
v-for=
"item in durationOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</el-select>
<div
class=
"input_right"
>
月
</div>
</el-form-item>
</el-col>
<el-col
:span=
"22"
>
...
...
@@ -624,13 +598,12 @@
:readOnly=
"false"
:drag=
"true"
@
getNewList=
"getNewListOld"
class=
"up_f"
></upload-file>
</el-form-item>
</el-col>
</el-row>
</el-form>
</el-col>
</el-row>
</div>
</el-tab-pane>
</el-tabs>
...
...
@@ -1254,7 +1227,7 @@ export default {
}
,
],
}
,
activeName
:
"
0
"
,
activeName
:
"
1
"
,
formNew
:
{
namespace
:
""
,
workplace
:
""
,
...
...
@@ -1849,8 +1822,9 @@ export default {
}
.
form_title
{
font
-
size
:
16
px
;
line
-
height
:
16
px
;
font
-
weight
:
bold
;
margin
:
10
px
0
;
margin
:
32
px
0
24
px
;
padding
:
0
0
0
15
px
;
position
:
relative
;
color
:
#
58617
a
;
...
...
@@ -1863,14 +1837,22 @@ export default {
background
-
color
:
#
515
fe7
;
border
-
radius
:
2
px
;
left
:
0
;
top
:
2
px
;
top
:
-
1
px
;
}
.
form_item
{
width
:
calc
(
100
%
-
20
px
);
width
:
calc
(
100
%
);
}
.
form_item_title
{
padding
:
0
15
px
;
line
-
height
:
40
px
;
margin
:
0
0
12
px
;
line
-
height
:
14
px
;
font
-
size
:
14
px
;
color
:
#
58617
a
;
}
.
form_item_title_1
{
margin
:
0
;
line
-
height
:
14
px
;
font
-
size
:
14
px
;
color
:
#
58617
a
;
}
.
input_has_right
{
position
:
relative
;
...
...
@@ -1883,7 +1865,7 @@ export default {
background
-
color
:
#
edeef4
;
border
:
1
px
#
e3e5ef
solid
;
color
:
#
8890
a7
;
border
-
radius
:
0
8
px
8
px
0
;
border
-
radius
:
0
6
px
6
px
0
;
position
:
absolute
;
right
:
0
;
}
...
...
@@ -1898,7 +1880,7 @@ export default {
background
-
color
:
#
edeef4
;
border
:
1
px
#
e3e5ef
solid
;
color
:
#
8890
a7
;
border
-
radius
:
8
px
0
0
8
px
;
border
-
radius
:
6
px
0
0
6
px
;
position
:
absolute
;
left
:
0
;
}
...
...
@@ -1910,26 +1892,28 @@ export default {
right
:
0
;
}
.
select_title
{
padding
:
20
px
15
px
;
padding
:
32
px
0
12
px
;
font
-
size
:
16
px
;
line
-
height
:
16
px
;
font
-
weight
:
bold
;
color
:
#
242
c43
;
color
:
#
58617
a
;
}
.
now_spec
{
padding
:
10
px
15
px
;
padding
:
0
0
12
px
;
}
.
now_spec_cards
{
margin
-
bottom
:
24
px
;
}
.
now_spec_card
{
display
:
inline
-
block
;
width
:
1
65
px
;
height
:
5
0
px
;
width
:
1
94
px
;
height
:
4
0
px
;
background
-
color
:
#
f7f8f9
;
border
-
radius
:
8
px
;
line
-
height
:
5
0
px
;
border
-
radius
:
6
px
;
line
-
height
:
4
0
px
;
padding
:
0
20
px
;
position
:
relative
;
margin
-
right
:
2
0
px
;
margin
-
right
:
2
4
px
;
}
.
now_spec_card_title
{
color
:
#
6573
ae
;
...
...
@@ -1943,15 +1927,15 @@ export default {
}
.
now_spec_card_img
{
position
:
relative
;
top
:
2
px
;
top
:
1
px
;
}
.
now_rqz_card
{
display
:
inline
-
block
;
width
:
193
px
;
height
:
78
px
;
width
:
304
px
;
height
:
40
px
;
background
-
color
:
#
f7f8f9
;
border
-
radius
:
8
px
;
line
-
height
:
78
px
;
border
-
radius
:
6
px
;
line
-
height
:
40
px
;
padding
:
0
20
px
;
position
:
relative
;
margin
-
right
:
20
px
;
...
...
@@ -1963,28 +1947,29 @@ export default {
.
now_rqz_card_val_div
{
color
:
#
0
d1847
;
position
:
absolute
;
line
-
height
:
3
0
px
;
line
-
height
:
4
0
px
;
right
:
20
px
;
top
:
9
px
;
top
:
0
;
}
.
now_rqz_card_val
{
}
.
now_rqz_card_img
{
position
:
relative
;
top
:
2
px
;
top
:
1
px
;
}
.
now_spec_card_time
{
width
:
381
px
;
height
:
5
0
px
;
height
:
4
0
px
;
background
-
color
:
#
f7f8f9
;
border
-
radius
:
8
px
;
line
-
height
:
5
0
px
;
border
-
radius
:
6
px
;
line
-
height
:
4
0
px
;
padding
:
0
20
px
;
position
:
relative
;
margin
-
bottom
:
24
px
;
}
.
now_spec_card_time_img
{
position
:
relative
;
top
:
2
px
;
top
:
1
px
;
}
.
now_spec_card_time_title
{
color
:
#
6573
ae
;
...
...
@@ -2070,7 +2055,7 @@ export default {
margin
-
right
:
20
px
;
}
.
doc_template
{
margin
:
0
0
1
0
px
20
px
;
margin
:
0
0
1
2
px
;
}
.
up_f
{
width
:
calc
(
50
%
-
10
px
);
...
...
@@ -2204,6 +2189,9 @@ export default {
.
clear_xxx
{
clear
:
both
;
}
.
disk__table
{
margin
-
bottom
:
0
;
}
<
/style
>
<
style
>
.
form_block
.
el
-
input
.
el
-
input__inner
{
...
...
@@ -2225,7 +2213,7 @@ export default {
color
:
#
242
c43
;
}
.
cloud_form
.
input_right_top
{
top
:
40
px
;
top
:
26
px
;
}
.
cloud_form
.
el
-
select
{
width
:
100
%
;
...
...
@@ -2253,17 +2241,20 @@ export default {
}
.
cloud_form
.
el
-
textarea
.
el
-
textarea__inner
{
background
-
color
:
#
f7f8f9
;
border
-
radius
:
8
px
;
border
-
radius
:
6
px
;
color
:
#
242
c43
;
}
.
form_item
.
el
-
form
-
item__content
{
width
:
100
%
;
}
.
form_item
.
el
-
form
-
item
{
margin
-
bottom
:
12
px
;
margin
-
bottom
:
24
px
;
}
.
form_item
.
el
-
form
-
item
.
nobottom
{
margin
-
bottom
:
0
;
}
.
input_has_right
.
el
-
input__inner
{
border
-
radius
:
8
px
0
0
8
px
;
border
-
radius
:
6
px
0
0
6
px
;
color
:
#
242
c43
;
}
.
cloud_form
.
input_has_right_select
.
el
-
input
-
number
{
...
...
@@ -2279,20 +2270,20 @@ export default {
border
-
color
:
#
0
f2683
;
}
.
input_has_right_select
.
el
-
input__inner
{
border
-
radius
:
8
px
0
0
8
px
;
border
-
radius
:
6
px
0
0
6
px
;
color
:
#
242
c43
;
}
.
input_has_right_select
.
input_right_select
.
el
-
select
.
el
-
input
{
width
:
100
px
;
background
-
color
:
#
0
f2683
;
color
:
#
ffffff
;
border
-
radius
:
0
8
px
8
px
0
;
border
-
radius
:
0
6
px
6
px
0
;
}
.
input_has_right_select
.
input_right_select
.
el
-
select
.
el
-
input
.
el
-
input__inner
{
border
-
radius
:
0
8
px
8
px
0
;
border
-
radius
:
0
6
px
6
px
0
;
color
:
#
ffffff
;
}
.
input_right_select
.
el
-
input
.
el
-
input__inner
{
...
...
@@ -2303,7 +2294,7 @@ export default {
.
cloud_form
.
el
-
input
-
number
.
el
-
input
-
number__decrease
{
border
-
bottom
:
0
;
border
-
left
:
0
;
width
:
40
px
;
width
:
29
px
;
}
.
cloud_dia
.
el
-
dialog__header
{
border
-
bottom
:
1
px
solid
#
edf0ff
;
...
...
@@ -2318,10 +2309,11 @@ export default {
.
cloud_form
.
el
-
input__prefix
,
.
el
-
input__suffix
{
text
-
align
:
right
;
right
:
2
px
;
}
.
cloud_form
.
el
-
input
-
number
.
is
-
controls
-
right
.
el
-
input__inner
{
padding
-
left
:
15
px
;
padding
-
right
:
40
px
;
padding
-
right
:
32
px
;
}
.
up_f
.
el
-
upload
{
width
:
100
%
;
...
...
@@ -2329,4 +2321,7 @@ export default {
.
up_f
.
el
-
upload
-
dragger
{
width
:
100
%
;
}
.
shop_cloud
.
el
-
tabs__header
{
margin
:
0
;
}
<
/style
>
src/pages/service_shop/shop_cloud.vue
View file @
b3a267a4
<
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 @
b3a267a4
...
...
@@ -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
)
{
...
...
@@ -1227,6 +1229,15 @@ export default {
)
{
if
(
this
.
jkwds
.
length
==
0
)
{
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
{
let
requestData
=
this
.
$refs
.
fwcs_sjfw_qqcs
.
getTableData
();
let
responseData
=
this
.
$refs
.
fwcs_sjfw_fhcs
.
getTableData
();
...
...
@@ -1245,6 +1256,7 @@ export default {
this
.
$message
.
error
(
"
请完善返回参数信息中的字段名称
"
);
}
}
}
}
else
{
let
requestData
=
this
.
$refs
.
fwcs_sjfw_qqcs
.
getTableData
();
let
responseData
=
this
.
$refs
.
fwcs_sjfw_fhcs
.
getTableData
();
...
...
@@ -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