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
3d6dbab6
Commit
3d6dbab6
authored
Oct 19, 2021
by
tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 链接跳转修改,log优化
parent
31b9ed3e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
caseHealthcare.vue
src/views/Service/Partners/caseHealthcare.vue
+4
-4
SubNav.vue
src/views/comps/SubNav.vue
+2
-2
No files found.
src/views/Service/Partners/caseHealthcare.vue
View file @
3d6dbab6
...
...
@@ -4,16 +4,16 @@
<ul
class=
"main-list"
>
<!-- 注意!这里请后台开发的同学替换成循环输出 top 20 -->
<li><a
target=
"_blank"
href=
"/Service/Partners/Case
.aspx
?id=5"
>
<li><a
target=
"_blank"
href=
"/Service/Partners/Case?id=5"
>
宁波天益医疗GS1-UDI项目案例介绍-上海路歌信息技术有限公司
</a></li>
<li><a
target=
"_blank"
href=
"/Service/Partners/Case
.aspx
?id=3"
>
<li><a
target=
"_blank"
href=
"/Service/Partners/Case?id=3"
>
利用GS1编码规则实施UDI满足中国法规要求,实现内部追溯
</a></li>
<li><a
target=
"_blank"
href=
"/Service/Partners/Case
.aspx
?id=2"
>
<li><a
target=
"_blank"
href=
"/Service/Partners/Case?id=2"
>
多米诺集团在医疗领域的GS1标准应用案例
</a></li>
<li><a
target=
"_blank"
href=
"/Service/Partners/Case
.aspx
?id=1"
>
<li><a
target=
"_blank"
href=
"/Service/Partners/Case?id=1"
>
北京爱创科技股份有限公司进口药品GS1应用案例
</a></li>
</ul>
...
...
src/views/comps/SubNav.vue
View file @
3d6dbab6
...
...
@@ -97,7 +97,7 @@ export default {
return
null
;
},
handleSelect
(
index
,
indexP
)
{
console
.
log
(
index
,
indexP
);
//
console.log(index, indexP);
const
temp
=
JSON
.
parse
(
JSON
.
stringify
(
indexP
));
const
key
=
temp
.
shift
();
this
.
subNav
.
forEach
((
item
)
=>
{
...
...
@@ -120,7 +120,7 @@ export default {
checkChildren
(
index
,
indexP
,
list
)
{
const
key
=
indexP
.
shift
();
list
.
forEach
((
item
)
=>
{
console
.
log
(
key
);
//
console.log(key);
if
(
item
.
name
===
key
)
{
if
(
indexP
.
length
>
1
)
{
this
.
checkChildren
(
index
,
indexP
,
item
.
children
);
...
...
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