Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yanyizhou
2021-12-09 09:30:09 +08:00
@@ -101,10 +101,11 @@
<el-table-column
fixed="right"
label=""
width="50"
width="100"
align="center">
<template slot-scope="scope">
<i class="el-icon-view btn-i" @click="handleProjectCompliance(scope.row)"></i>
<el-button class="common-button-primary" type="primary" size="mini" @click="handleProjectCompliance(scope.row)">查看</el-button>
<!-- <i class="el-icon-view btn-i" @click="handleProjectCompliance(scope.row)"></i>-->
</template>
</el-table-column>
</el-table>
@@ -113,7 +114,7 @@
</div>
<!-- 查看符合标准性弹窗-->
<el-drawer
title="标准涉及项目符合性"
title="标准技术储备符合性"
:visible.sync="showSarProStateModal"
:wrapperClosable="false"
size="1100px"