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
a136f81e
Commit
a136f81e
authored
Oct 14, 2021
by
Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 软件产品检测【100%】
parent
31bff541
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
75 additions
and
1 deletions
+75
-1
index.js
src/router/index.js
+8
-1
software.vue
src/views/Service/software.vue
+67
-0
No files found.
src/router/index.js
View file @
a136f81e
...
...
@@ -360,7 +360,14 @@ const routes = [
path
:
"jcyxz/RFID"
,
component
:
()
=>
import
(
"@/views/Service/RFID"
),
meta
:
{
name
:
"射频识别(RFID)测试与认证:"
,
name
:
"射频识别(RFID)测试与认证"
,
},
},
{
path
:
"jcyxz/Software"
,
component
:
()
=>
import
(
"@/views/Service/software"
),
meta
:
{
name
:
"软件产品检测"
,
},
},
],
...
...
src/views/Service/software.vue
0 → 100644
View file @
a136f81e
<
template
>
<div
class=
"search-content n-service instrument"
>
<div
class=
"title"
>
软件产品检测:
</div>
<div
class=
"body"
style=
"padding-top: 9px"
>
<span
class=
"barcodev-title"
>
条码软件产品:
</span>
<p>
产品类型:数据编码软件、条码设计软件、嵌入式软件
</p>
<p>
测试参数:数据编码格式、条码码制生成正确性、接口协议一致性、功能
</p>
<p>
测试参数:数据编码格式、条码码制生成正确性、接口协议一致性、功能
</p>
<span
class=
"barcodev-title"
>
RFID软件产品:
</span>
<p>
产品类型:数据编码格式(EPC)、读写器软件(LLRP、RP、RM)、RFID中间件(ALE)、信息服务软件(EPCIS)、嵌入式软件
</p>
<p>
测试参数:接口协议一致性、功能
</p>
<p>
测试类型:协议一致性测试、预测试、软件功能测试、研发测试、验收测试、招投标测试
</p>
<span
class=
"barcodev-title"
>
通用应用软件产品:
</span>
<p>
测试参数:功能、性能效率、易用性、兼容性、信息安全性、可移植性、产品说明、用户文档集
</p>
<p>
测试类型:软件登记测试、软件功能测试、软件确认测试、软件性能测试、软件验收测试、软件质量符合性评价测试、科研项目技术鉴定测试、招投标测试、研发测试、认证测试、验收测试、招投标测试
</p>
</div>
</div>
</
template
>
<
script
>
export
default
{};
</
script
>
<
style
lang=
"scss"
>
.n-service.instrument
{
.notice
{
margin
:
10px
0
;
ul
li
{
list-style-type
:
disc
;
}
}
p
{
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
margin
:
10px
0
;
font-size
:
14px
;
font-weight
:
400
;
color
:
#414345
;
text-indent
:
2em
;
}
.barcodev-title
{
display
:
inline-block
;
font-size
:
16px
;
font-weight
:
500
;
color
:
#F26335
;
margin
:
10px
0
;
}
}
</
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