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
e0ffa883
Commit
e0ffa883
authored
Apr 16, 2024
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
在线续展链接更改和医疗优化
parent
87acb1b4
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
10 deletions
+28
-10
Change.vue
src/views/Business/Change.vue
+1
-1
UDI.vue
src/views/Business/UDI.vue
+4
-4
Health.vue
src/views/News/Health.vue
+1
-0
HealthDetail.vue
src/views/News/HealthDetail.vue
+21
-4
QC.vue
src/views/Service/QC.vue
+1
-1
No files found.
src/views/Business/Change.vue
View file @
e0ffa883
...
@@ -80,7 +80,7 @@ export default {
...
@@ -80,7 +80,7 @@ export default {
},
},
methods
:
{
methods
:
{
zxxzJump
()
{
zxxzJump
()
{
window
.
open
(
"http
s
://wsdt.ancc.org.cn/anccoh/"
,
"_blank"
);
window
.
open
(
"http://wsdt.ancc.org.cn/anccoh/"
,
"_blank"
);
},
},
},
},
};
};
...
...
src/views/Business/UDI.vue
View file @
e0ffa883
...
@@ -116,18 +116,18 @@
...
@@ -116,18 +116,18 @@
<li>
<li>
<p>
<p>
<a
<a
:href=
"`$
{file}Manage/down/
基于商品条码(GS1)标准的
医疗器械唯一标识(UDI)实施指南.pdf`"
:href=
"`$
{file}Manage/down/医疗器械唯一标识(UDI)实施指南.pdf`"
target="_blank"
target="_blank"
>1.
基于商品条码(GS1)标准的
医疗器械唯一标识(UDI)实施指南
</a
>1.医疗器械唯一标识(UDI)实施指南
</a
>
>
</p>
</p>
</li>
</li>
<li>
<li>
<p>
<p>
<a
<a
:href=
"`$
{file}Manage/down/
基于商品条码(GS1)标准的医疗器械唯一标识(UDI)系统
实施常见问题.pdf`"
:href=
"`$
{file}Manage/down/
医疗器械唯一标识(UDI)
实施常见问题.pdf`"
target="_blank"
target="_blank"
>2.
基于商品条码(GS1)标准的医疗器械唯一标识(UDI)系统
实施常见问题
</a
>2.
医疗器械唯一标识(UDI)
实施常见问题
</a
>
>
</p>
</p>
</li>
</li>
...
...
src/views/News/Health.vue
View file @
e0ffa883
...
@@ -131,6 +131,7 @@ export default {
...
@@ -131,6 +131,7 @@ export default {
display
:
flex
;
display
:
flex
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
margin-top
:
30px
;
margin-top
:
30px
;
list-style-type
:
none
;
li
{
li
{
width
:
363px
;
width
:
363px
;
height
:
480px
;
height
:
480px
;
...
...
src/views/News/HealthDetail.vue
View file @
e0ffa883
<
template
>
<
template
>
<div
class=
"container"
v-loading=
"loading"
>
<div
class=
"container"
v-loading=
"loading"
>
<breadcrumb
/>
<breadcrumb
/>
<
!--
<
div
class=
"msg-cont"
>
<div
class=
"msg-cont"
>
<div
class=
"container"
>
-->
<div
class=
"container"
>
<div
class=
"health-detail"
v-if=
"detailInfo==''||detailInfo==null||detailInfo==undefined"
>
没有可显示的内容!
</div>
<div
class=
"health-detail"
v-if=
"detailInfo==''||detailInfo==null||detailInfo==undefined"
>
没有可显示的内容!
</div>
<div
class=
"health-detail"
v-else
v-html=
"detailInfo"
></div>
<div
class=
"health-detail"
v-else
v-html=
"detailInfo"
></div>
<
!--
<
/div>
</div>
</div>
-->
</div>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -75,14 +75,31 @@ export default {
...
@@ -75,14 +75,31 @@ export default {
font-size
:
16px
;
font-size
:
16px
;
text-indent
:
2em
;
text-indent
:
2em
;
color
:
#454545
;
color
:
#454545
;
overflow
:
hidden
;
/deep/p
{
/deep/p
{
margin
:
0
0
10px
;
margin
:
0
0
10px
;
}
}
img
{
img
{
max-width
:
100%
;
max-width
:
100%
;
}
}
p
{
overflow
:
hidden
;
}
.custom_dash
{
list-style-type
:
none
!important
;
/* 不显示列表项标记 */
padding-left
:
0
!important
;
/* 移除默认的缩进 */
}
.custom_dash
p
::before
{
content
:
"--"
!important
;
/* 使用破折号作为自定义列表项标记 */
color
:
black
;
/* 设置破折号的颜色 */
margin-right
:
0.5em
;
/* 添加一些间距 */
}
}
}
</
style
>
</
style
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
</
style
>
</
style
>
src/views/Service/QC.vue
View file @
e0ffa883
...
@@ -410,7 +410,7 @@
...
@@ -410,7 +410,7 @@
<td>
备注
</td>
<td>
备注
</td>
<td
colspan=
"7"
>
检验机构上门服务产生的交通费和住宿费由委托方承担。
<br>
<td
colspan=
"7"
>
检验机构上门服务产生的交通费和住宿费由委托方承担。
<br>
寄送样品、设备、证书、报告和发票产生的邮资由委托方承担。
<br>
寄送样品、设备、证书、报告和发票产生的邮资由委托方承担。
<br>
详情请见国家射频识别产品质量检验检测中心接待室收费公示,或电话咨询:010-842954
99
详情请见国家射频识别产品质量检验检测中心接待室收费公示,或电话咨询:010-842954
37或010-84295438
</td>
</td>
</tr>
</tr>
...
...
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