|
@@ -4,7 +4,7 @@
|
|
|
* @Autor: XuTongZhang
|
|
|
* @Date: 2020-07-28 15:25:06
|
|
|
* @LastEditors : yuanrunwei
|
|
|
- * @LastEditTime : 2021-02-07 12:21:01
|
|
|
+ * @LastEditTime : 2021-02-25 15:26:24
|
|
|
-->
|
|
|
<template>
|
|
|
<div class="candidateList">
|
|
@@ -485,6 +485,12 @@ export default {
|
|
|
label: '评分状态',
|
|
|
props: 'hasScore',
|
|
|
options: ['未打分', '已打分']
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: '评分',
|
|
|
+ props: 'totalScore',
|
|
|
+ width: 150,
|
|
|
+ rate: true
|
|
|
}
|
|
|
],
|
|
|
width: 150,
|