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
51d3023d
Commit
51d3023d
authored
Jul 04, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务超市fixed
parent
6f8b1f5d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
11 deletions
+34
-11
src/components/service-tabs/service-tab-comments.vue
src/components/service-tabs/service-tab-comments.vue
+5
-5
src/components/service-tabs/service-tabs.vue
src/components/service-tabs/service-tabs.vue
+4
-4
src/pages/workbench/fwgl/fwglList.vue
src/pages/workbench/fwgl/fwglList.vue
+25
-2
No files found.
src/components/service-tabs/service-tab-comments.vue
View file @
51d3023d
...
...
@@ -50,11 +50,11 @@ export default {
score
:
0
,
starInfo
:
[
{
star
:
1
,
star
:
5
,
percent
:
0
,
},
{
star
:
2
,
star
:
4
,
percent
:
0
,
},
{
...
...
@@ -62,11 +62,11 @@ export default {
percent
:
0
,
},
{
star
:
4
,
star
:
2
,
percent
:
0
,
},
{
star
:
5
,
star
:
1
,
percent
:
0
,
},
],
...
...
@@ -79,7 +79,7 @@ export default {
return
{
score
:
data
.
avgScore
||
0
,
starInfo
:
[
1
,
2
,
3
,
4
,
5
].
map
((
star
)
=>
{
starInfo
:
[
5
,
4
,
3
,
2
,
1
].
map
((
star
)
=>
{
let
percent
=
this
.
commentsTtotal
>
0
?
(((
data
.
scoreStatic
&&
data
.
scoreStatic
[
star
])
||
0
)
/
...
...
src/components/service-tabs/service-tabs.vue
View file @
51d3023d
...
...
@@ -13,7 +13,7 @@
></service-tab-detail>
</el-tab-pane>
<!-- 规格
定价
-->
<!-- 规格
说明
-->
<el-tab-pane
:label=
"specificationTitle"
name=
"specification"
...
...
@@ -25,7 +25,7 @@
></service-tab-specification>
</el-tab-pane>
<!-- 提供
机构
-->
<!-- 提供
组织
-->
<el-tab-pane
:label=
"providerTitle"
name=
"provider"
v-if=
"providerData"
>
<service-tab-provider
class=
"service_info"
...
...
@@ -65,11 +65,11 @@ export default {
},
specificationTitle
:
{
type
:
String
,
default
:
()
=>
"
规格
定价
"
,
default
:
()
=>
"
规格
说明
"
,
},
providerTitle
:
{
type
:
String
,
default
:
()
=>
"
提供
机构
"
,
default
:
()
=>
"
提供
组织
"
,
},
commentsTitle
:
{
type
:
String
,
...
...
src/pages/workbench/fwgl/fwglList.vue
View file @
51d3023d
...
...
@@ -384,7 +384,7 @@ export default {
this
.
filterList2
=
[
{
name
:
"
初次申请状态
"
,
prop
:
"
state
0
"
,
prop
:
"
state
1
"
,
default
:
0
,
options
:
[
{
...
...
@@ -407,7 +407,7 @@ export default {
},
{
name
:
"
资源调整状态
"
,
prop
:
"
state
1
"
,
prop
:
"
state
2
"
,
default
:
0
,
options
:
[
{
...
...
@@ -428,6 +428,29 @@ export default {
},
],
},
/* {
name: "申请状态",
prop: "state3",
default: 0,
options: [
{
name: "全部",
value: 0,
},
{
name: "待审批",
value: 1,
},
{
name: "审批通过",
value: 2,
},
{
name: "审批未通过",
value: 3,
},
],
}, */
];
this
.
listHeader
=
[
{
...
...
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