|
|
@@ -87,9 +87,9 @@
|
|
|
</template>
|
|
|
</el-table-column> -->
|
|
|
|
|
|
- <el-table-column sortable show-overflow-tooltip prop="Conclusion" label="评价结果" header-align="center" min-width="120">
|
|
|
+ <el-table-column sortable show-overflow-tooltip prop="Evaluate" label="评价结果" header-align="center" min-width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- {{evaluateFun(scope.row.Conclusion)}}
|
|
|
+ {{evaluateFun(scope.row.Evaluate)}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
|