+
+
+
+
+ {{scope.row.userName}}-{{scope.row.taskInfo}}
+
+
+
+
+
+
+ 计算质量评价总平均分
+
+ {{calScope()}} {{form.fsRejectStatus === 2 ? '质量问题' : ''}}
+
+
+
+
+
+
+
+
+
+
+
+ {{form.fsRejectStatus === 2 ? filterTwoTitle(scope.row) : scope.row.twoIndexTitle}}
+
+
+
+
+
+
+
+
+ {{scope.row.valueType === 'number' ? scope.row.weight * 100 : '加分项('+scope.row.weight+'分)'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{setScoreMin(scope.row)}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+