Commit a136f81e by Tang

feat: 软件产品检测【100%】

parent 31bff541
......@@ -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: "软件产品检测",
},
},
],
......
<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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment