Commit 2b9afa38 authored by jiaxu.yan's avatar jiaxu.yan

Merge branch 'develop' into developer/yanjiaxu

parents 3937080d 27bfe828
......@@ -10,10 +10,9 @@
<div class="custom_title">{{ '检验内容' }}</div>
</template>
<div style="padding: 20px">
<el-button type="primary" style="margin-bottom: 20px" @click="relevancy">
关联测试内容
</el-button>
<!-- <el-button type="primary" style="margin-bottom: 20px" @click="relevancy">-->
<!-- 关联测试内容-->
<!-- </el-button>-->
<el-table
v-loading="loading"
class="el-table"
......
......@@ -1004,8 +1004,8 @@ export default {
return Math.round((b / a) * 100)
},
dictValueReturn(item) {
if (item === 'sraifv') {
return '信息安全管理体系要求'
if (item === 'sraif') {
return '汽车信息安全管理体系要求'
} else if (item === 'grfis') {
return '信息安全一般要求'
} else {
......@@ -1277,6 +1277,7 @@ export default {
}
::v-deep .el-progress-bar__inner {
border-radius: 0px !important;
text-align: center;
}
.messsage-item {
......
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