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
31b9ed3e
Commit
31b9ed3e
authored
Oct 19, 2021
by
tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: GS1标准服务提供商案例【50%】
服务提供商介【50%】 内部文章应该来自后台
parent
2ff0e419
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
71 additions
and
10 deletions
+71
-10
service.js
src/router/service.js
+14
-0
case.vue
src/views/Service/Partners/case.vue
+28
-5
caseHealthcare.vue
src/views/Service/Partners/caseHealthcare.vue
+1
-0
content.vue
src/views/Service/Partners/content.vue
+28
-5
No files found.
src/router/service.js
View file @
31b9ed3e
...
@@ -109,6 +109,20 @@ export const service = {
...
@@ -109,6 +109,20 @@ export const service = {
name
:
"GS1标准服务提供商医疗行业案例"
,
name
:
"GS1标准服务提供商医疗行业案例"
,
},
},
},
},
{
path
:
"Partners/Case"
,
component
:
()
=>
import
(
"@/views/Service/Partners/case"
),
meta
:
{
name
:
"GS1标准服务提供商案例"
,
},
},
{
path
:
"Partners/content"
,
component
:
()
=>
import
(
"@/views/Service/Partners/content"
),
meta
:
{
name
:
"服务提供商介绍"
,
},
},
// 标准服务提供商 End
// 标准服务提供商 End
{
{
path
:
"GDS"
,
path
:
"GDS"
,
...
...
src/views/Service/Partners/case.vue
View file @
31b9ed3e
<
template
>
<
template
>
<div
class=
"search-content n-service partners-case"
>
<div
class=
"body"
style=
"padding-top: 9px;position: relative;"
>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
name
:
"case"
created
()
{
}
console
.
log
(
'TODO QUERY'
,
this
.
$route
.
query
);
},
mounted
()
{
// 面包屑单独处理
this
.
$store
.
commit
(
"system/SET_BREADCRUMB"
,
[
{
name
:
"服务中心"
,
path
:
"/Service/BarcodeV"
},
{
name
:
"标准服务提供商"
,
path
:
"/Service/Partners/index"
},
{
name
:
"GS1标准服务提供商案例"
},
]);
},
methods
:
{},
};
</
script
>
</
script
>
<
style
scoped
>
<
style
lang=
"scss"
>
.n-service.partners-case
{
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
color
:
#414345
;
text-indent
:
2em
;
}
}
</
style
>
</
style
>
src/views/Service/Partners/caseHealthcare.vue
View file @
31b9ed3e
...
@@ -48,6 +48,7 @@ export default {
...
@@ -48,6 +48,7 @@ export default {
}
}
.main-list
{
.main-list
{
margin-top
:
20px
;
padding-left
:
40px
;
padding-left
:
40px
;
}
}
...
...
src/views/Service/Partners/content.vue
View file @
31b9ed3e
<
template
>
<
template
>
<div
class=
"search-content n-service partners-case"
>
<div
class=
"body"
style=
"padding-top: 9px;position: relative;"
>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
name
:
"case"
created
()
{
}
console
.
log
(
'TODO QUERY'
,
this
.
$route
.
query
);
},
mounted
()
{
// 面包屑单独处理
this
.
$store
.
commit
(
"system/SET_BREADCRUMB"
,
[
{
name
:
"服务中心"
,
path
:
"/Service/BarcodeV"
},
{
name
:
"标准服务提供商"
,
path
:
"/Service/Partners/index"
},
{
name
:
"服务提供商介绍"
},
]);
},
methods
:
{},
};
</
script
>
</
script
>
<
style
scoped
>
<
style
lang=
"scss"
>
.n-service.partners-case
{
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
color
:
#414345
;
text-indent
:
2em
;
}
}
</
style
>
</
style
>
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