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
ec7d4c0d
Commit
ec7d4c0d
authored
Oct 09, 2021
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
机构概况下成员网站切图完成
parent
ff02318f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
60 additions
and
1 deletions
+60
-1
mock.js
src/components/layout/header/mock.js
+11
-1
index.js
src/router/index.js
+8
-0
GS1Members.vue
src/views/Org/GS1Members.vue
+0
-0
cywz.vue
src/views/Org/comps/cywz.vue
+41
-0
No files found.
src/components/layout/header/mock.js
View file @
ec7d4c0d
...
...
@@ -69,12 +69,22 @@ export const nav = [
index
:
0
,
link
:
"/Org/Branch"
,
breadcrumb
:
[
{
name
:
"机构概况"
,
path
:
"/
service
"
},
{
name
:
"机构概况"
,
path
:
"/
Org
"
},
{
name
:
"地方编码分支机构"
},
],
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"国际物品编码组织(GS1)成员网站"
,
index
:
0
,
link
:
"/Org/GS1Members"
,
breadcrumb
:
[
{
name
:
"机构概况"
,
path
:
"/Org"
},
{
name
:
"国际物品编码组织(GS1)成员网站"
},
],
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"质量管理体系"
,
index
:
2
,
link
:
"/Org/ISO"
,
...
...
src/router/index.js
View file @
ec7d4c0d
...
...
@@ -82,6 +82,14 @@ const routes = [
component
:
()
=>
import
(
"@/views/Org/Branch.vue"
),
},
{
path
:
"/Org/GS1Members"
,
name
:
"GS1Members"
,
meta
:
{
name
:
"国际物品编码组织(GS1)成员网站"
,
},
component
:
()
=>
import
(
"@/views/Org/GS1Members.vue"
),
},
{
path
:
"/Org/ISO"
,
name
:
"ISO"
,
meta
:
{
...
...
src/views/Org/GS1Members.vue
0 → 100644
View file @
ec7d4c0d
This diff is collapsed.
Click to expand it.
src/views/Org/comps/cywz.vue
0 → 100644
View file @
ec7d4c0d
<
template
>
<div
class=
"fzzx"
>
<div
class=
"fzzx-list"
>
<div
class=
"row"
v-for=
"(tmp, i) in list"
:key=
"i"
>
<div
class=
"col-6"
>
{{
tmp
.
name
}}
</div>
<div
class=
"col-6"
><a
:href=
"tmp.url"
target=
"_blank"
>
{{
tmp
.
url
}}
</a></div>
</div>
</div>
</div>
</
template
>
<
script
>
export
default
{
props
:
[
"list"
],
created
()
{
console
.
log
(
this
.
list
,
"list"
);
},
};
</
script
>
<
style
lang=
"scss"
>
.fzzx
{
width
:
90%
;
margin
:
0
auto
;
padding
:
20px
0
;
font-size
:
14px
;
.cate-name
{
color
:
#454545
;
}
.fzzx-list
{
margin-top
:
20px
;
.row
{
line-height
:
40px
;
margin
:
0
;
&:nth-child(odd)
{
background
:
rgba
(
242
,
99
,
53
,
0.04
);
}
}
}
}
</
style
>
\ No newline at end of file
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