Commit ceea613a authored by mzx's avatar mzx

标准库管理页面字段修改,添加标准条款管理页面

parent 28a61d56
...@@ -9,21 +9,21 @@ module.exports = [ ...@@ -9,21 +9,21 @@ module.exports = [
if (query.type === '1') { if (query.type === '1') {
temp = [ temp = [
{ {
category: '体系审查', category: '网络安全',
section: '5.1', section: 'GB/T 40857—2021',
request: request:
'车辆制造商应具备车辆全生命周期的汽车信息安全管理体系。注:车辆全生命周期包括车辆的开发阶段、生产阶段及后生产阶段。', '汽车网关信息安全技术要求及试验方法',
resultYes: '车辆制造商具备车辆全生命周期的汽车信息安全管理体系', resultYes: '汽车网关信息安全技术要求及试验方法.pdf',
resultNO: '车辆制造商不具备车辆全生命周期的汽车信息安全管理体系', resultNO: '现行',
createTime: '@datetime' createTime: '@datetime'
}, },
{ {
category: '体系审查', category: '软件升级',
section: '5.3', section: 'GB/T 40857—2021',
request: request:
'汽车信息安全管理体系应包括以下内容。建立企业内部管理汽车信息安全的过程', '车载信息交互系统信息安全技术要求及试验方法',
resultYes: '汽车信息安全管理体系包括以下内容', resultYes: '车载信息交互系统信息安全技术要求及试验方法.pdf',
resultNO: '汽车信息安全管理体系不包括以下所有内容。', resultNO: '报批中',
createTime: '@datetime' createTime: '@datetime'
} }
] ]
......
This diff is collapsed.
<template>
<page-standard>
{{ '标准条款管理' }}
</page-standard>
</template>
<script>
export default {
name: 'Index'
}
</script>
<style scoped></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