Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1
Commits
4b78567a
Commit
4b78567a
authored
Dec 15, 2021
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改服务中心案例介绍、服务商列表显示问题
parent
117d5d27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
36 deletions
+39
-36
caseList.vue
src/views/Service/Partners/caseList.vue
+14
-14
list.vue
src/views/Service/Partners/list.vue
+25
-22
No files found.
src/views/Service/Partners/caseList.vue
View file @
4b78567a
...
...
@@ -13,7 +13,7 @@
<el-option
v-for=
"item in serviceList"
:key=
"item.value"
:label=
"item.
value
"
:label=
"item.
label
"
:value=
"item.value"
>
</el-option>
...
...
@@ -60,21 +60,21 @@ export default {
total
:
0
,
},
search
:
{
service
:
"
全部服务行业
"
,
service
:
""
,
},
serviceList
:
[
{
value
:
"全部服务行业"
},
{
value
:
"医疗"
},
{
value
:
"零售"
},
{
value
:
"电子商务"
},
{
value
:
"食品烟酒"
},
{
value
:
"物流"
},
{
value
:
"服装"
},
{
value
:
"快速消费品"
},
{
value
:
"消费电子产品"
},
{
value
:
"制造和零部件"
},
{
value
:
"建材"
},
{
value
:
"其他"
},
{
value
:
"
"
,
label
:
"
全部服务行业"
},
{
value
:
"医疗"
,
label
:
"医疗"
},
{
value
:
"零售"
,
label
:
"零售"
},
{
value
:
"电子商务"
,
label
:
"电子商务"
},
{
value
:
"食品烟酒"
,
label
:
"食品烟酒"
},
{
value
:
"物流"
,
label
:
"物流"
},
{
value
:
"服装"
,
label
:
"服装"
},
{
value
:
"快速消费品"
,
label
:
"快速消费品"
},
{
value
:
"消费电子产品"
,
label
:
"消费电子产品"
},
{
value
:
"制造和零部件"
,
label
:
"制造和零部件"
},
{
value
:
"建材"
,
label
:
"建材"
},
{
value
:
"其他"
,
label
:
"其他"
},
],
list
:
[],
};
...
...
src/views/Service/Partners/list.vue
View file @
4b78567a
...
...
@@ -18,7 +18,7 @@
<el-option
v-for=
"item in technologyList"
:key=
"item.value"
:label=
"item.
value
"
:label=
"item.
label
"
:value=
"item.value"
>
</el-option>
...
...
@@ -34,7 +34,7 @@
<el-option
v-for=
"item in serviceList"
:key=
"item.value"
:label=
"item.
value
"
:label=
"item.
label
"
:value=
"item.value"
>
</el-option>
...
...
@@ -79,30 +79,30 @@ export default {
total
:
0
,
},
search
:
{
technology
:
"
全部技术领域
"
,
service
:
"
全部服务行业
"
,
technology
:
""
,
service
:
""
,
},
technologyList
:
[
{
value
:
"
全部技术领域"
},
{
value
:
"标识的打印和制作"
},
{
value
:
"系统集成"
},
{
value
:
"信息服务"
},
{
value
:
"咨询服务"
},
{
value
:
"其他"
},
{
value
:
"
"
,
label
:
'全部技术领域'
},
{
value
:
"标识的打印和制作"
,
label
:
'标识的打印和制作'
},
{
value
:
"系统集成"
,
label
:
'系统集成'
},
{
value
:
"信息服务"
,
label
:
'信息服务'
},
{
value
:
"咨询服务"
,
label
:
'咨询服务'
},
{
value
:
"其他"
,
label
:
'其他'
},
],
serviceList
:
[
{
value
:
"
全部服务行业"
},
{
value
:
"医疗"
},
{
value
:
"零售"
},
{
value
:
"电子商务"
},
{
value
:
"食品烟酒"
},
{
value
:
"物流"
},
{
value
:
"服装"
},
{
value
:
"快速消费品"
},
{
value
:
"消费电子产品"
},
{
value
:
"制造和零部件"
},
{
value
:
"建材"
},
{
value
:
"其他"
},
{
value
:
"
"
,
label
:
'全部服务行业'
},
{
value
:
"医疗"
,
label
:
'医疗'
},
{
value
:
"零售"
,
label
:
'零售'
},
{
value
:
"电子商务"
,
label
:
'电子商务'
},
{
value
:
"食品烟酒"
,
label
:
'食品烟酒'
},
{
value
:
"物流"
,
label
:
'物流'
},
{
value
:
"服装"
,
label
:
'服装'
},
{
value
:
"快速消费品"
,
label
:
'快速消费品'
},
{
value
:
"消费电子产品"
,
label
:
'消费电子产品'
},
{
value
:
"制造和零部件"
,
label
:
'制造和零部件'
},
{
value
:
"建材"
,
label
:
'建材'
},
{
value
:
"其他"
,
label
:
'其他'
},
],
list
:
[],
};
...
...
@@ -142,6 +142,9 @@ export default {
console
.
log
(
data
,
"服务商列表"
);
this
.
pageParams
.
total
=
data
.
totalCount
;
this
.
list
=
data
.
list
;
this
.
list
.
forEach
(
el
=>
{
el
.
title
=
el
.
firmname
;
})
}
},
},
...
...
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