|
|
@@ -68,31 +68,31 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column sortable show-overflow-tooltip prop="SupplierName" header-align="center" width="130"
|
|
|
label="服务商名称"></el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="Status" header-align="center" width="140" label="状态">
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="Status" header-align="center" width="140" label="状态" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<div>{{ columnFun(scope.row.Status) }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="Year" header-align="center" width="130"
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="Year" header-align="center" width="100" align="center"
|
|
|
label="年度"></el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="SumScore" header-align="center" label="评价得分"
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="SumScore" header-align="center" label="评价得分" align="center"
|
|
|
width="120"></el-table-column>
|
|
|
<el-table-column sortable show-overflow-tooltip label="评价内容及得分" header-align="center">
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="SumScore1" header-align="center" label="项目组织实施(10分)"
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="SumScore1" header-align="center" label="项目组织实施(10分)" align="center"
|
|
|
min-width="155"></el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="SumScore2" header-align="center" label="项目质量管理(20分)"
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="SumScore2" header-align="center" label="项目质量管理(20分)" align="center"
|
|
|
min-width="155"></el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="SumScore3" header-align="center"
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="SumScore3" header-align="center" align="center"
|
|
|
label="项目职业健康安全与环境管理(20分)" min-width="255"></el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="SumScore4" header-align="center" label="项目成本管理(5分)"
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="SumScore4" header-align="center" label="项目成本管理(5分)" align="center"
|
|
|
min-width="155"></el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="SumScore5" header-align="center" label="项目进度管理(10分)"
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="SumScore5" header-align="center" label="项目进度管理(10分)" align="center"
|
|
|
min-width="155"></el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="SumScore6" header-align="center" label="项目分包管理(15分)"
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="SumScore6" header-align="center" label="项目分包管理(15分)" align="center"
|
|
|
min-width="155"></el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="SumScore7" header-align="center" label="信息资料管理(10分)"
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="SumScore7" header-align="center" label="信息资料管理(10分)" align="center"
|
|
|
min-width="155"></el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="SumScore8" header-align="center" label="诚信履约(10分)"
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="SumScore8" header-align="center" label="诚信履约(10分)" align="center"
|
|
|
min-width="155"></el-table-column>
|
|
|
</el-table-column>
|
|
|
|
|
|
@@ -142,18 +142,18 @@
|
|
|
</template>
|
|
|
</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" align="center"
|
|
|
width="110">
|
|
|
<template slot-scope="scope">
|
|
|
{{ evaluateFun(scope.row.Conclusion) }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="Result1" label="业绩评价结果" header-align="center" width="150">
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="Result1" label="业绩评价结果" header-align="center" width="150" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.Result1 }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="Result2" label="基本条件评价结果" header-align="center"
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="Result2" label="基本条件评价结果" header-align="center" align="center"
|
|
|
width="160">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.Result2 }}
|