|
|
@@ -100,7 +100,7 @@
|
|
|
<el-table-column sortable show-overflow-tooltip prop="SumScore5" header-align="center" label="协同响应(20分)"
|
|
|
width="140"></el-table-column>
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="Conclusion" label="评价结果" header-align="center">
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="Conclusion" label="评价结果" header-align="center" width="110">
|
|
|
<template slot-scope="scope">
|
|
|
{{ evaluateFun(scope.row.Conclusion) }}
|
|
|
</template>
|
|
|
@@ -299,7 +299,7 @@ export default {
|
|
|
case -4:
|
|
|
return '专业处室审核未通过'
|
|
|
break;
|
|
|
- case -7:
|
|
|
+ case -9:
|
|
|
return '企管法规处审批未通过'
|
|
|
break;
|
|
|
default:
|