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

Merge branch 'develop' into developer/yanjiaxu

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