首页小手展示 合规评估修改字段

This commit is contained in:
宋伟佳
2021-11-29 09:29:03 +08:00
parent 3f6a7a5331
commit 25ca923178
3 changed files with 11 additions and 35 deletions
@@ -14,6 +14,7 @@
:data="standardReleaseList" :data="standardReleaseList"
tooltip-effect="dark" tooltip-effect="dark"
border border
style="cursor:pointer;"
:header-cell-style="{background: '#f8f8f9', color: '#515a6e'}"> :header-cell-style="{background: '#f8f8f9', color: '#515a6e'}">
style="width: 100%"> style="width: 100%">
<el-table-column <el-table-column
@@ -14,6 +14,7 @@
:data="domesticDynamics" :data="domesticDynamics"
tooltip-effect="dark" tooltip-effect="dark"
border border
style="cursor:pointer;"
:header-cell-style="{background: '#f8f8f9', color: '#515a6e'}"> :header-cell-style="{background: '#f8f8f9', color: '#515a6e'}">
style="width: 100%"> style="width: 100%">
<el-table-column <el-table-column
@@ -155,71 +155,45 @@
align="center"> align="center">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="150px" width="180px"
align="center" align="center"
prop="projectNumber" prop="projectNumber"
label="项目编号"> label="项目编号">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="150px" width="180px"
align="center" align="center"
prop="projectName" prop="projectName"
label="项目名称"> label="项目名称">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="110px"
align="center" align="center"
prop="projectGroup" prop="projectGroup"
label="项目群"> label="项目群">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="110px"
align="center" align="center"
prop="productLine" prop="productLine"
label="产品线"> label="产品线">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
width="110px"
align="center" align="center"
width="110"
prop="uname" prop="uname"
label="产品线责任人"> label="产品线责任人">
</el-table-column> </el-table-column>
<el-table-column
width="150px"
align="center"
prop="standNumber"
label="标准编号">
</el-table-column>
<el-table-column
width="150px"
align="center"
prop="standName"
label="标准名称">
</el-table-column>
<el-table-column
width="150px"
align="center"
prop="standardItem"
label="条款号">
</el-table-column>
<el-table-column
width="150px"
align="center"
prop="clauseName"
label="条款名称">
</el-table-column>
<el-table-column <el-table-column
width="150px" width="150px"
align="center" align="center"
prop="" prop=""
label="合规评估结果"> label="合规评估结果">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button @click="changeState(scope.row)">符合性状态</el-button> <!-- <el-button @click="changeState(scope.row)">符合性状态</el-button>-->
<!-- <div class="table-jump" @click="changeState(scope.row)">--> <div class="table-jump" @click="changeState(scope.row)">
<!-- <div v-if="scope.row.sarState === 1">符合</div>--> <div v-if="scope.row.sarState === 1">符合</div>
<!-- <div v-if="scope.row.sarState === 2">不符合</div>--> <div v-if="scope.row.sarState === 2">不符合</div>
<!-- <div v-if="scope.row.sarState === 3"></div>--> <div v-if="scope.row.sarState === 3"></div>
<!-- </div>--> </div>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>