diff --git a/src/project/fengdu/AppStore/EvaluateForm.vue b/src/project/fengdu/AppStore/EvaluateForm.vue index 6172739..674f956 100644 --- a/src/project/fengdu/AppStore/EvaluateForm.vue +++ b/src/project/fengdu/AppStore/EvaluateForm.vue @@ -30,11 +30,11 @@
评价清单
-
一、正面清单
+
一、正面清单
({{index+1}})、{{item.listType}}
-
+ +
+ + + 好 +
+
+ + + 一般 +
+
+ + + 较差 +
+
+ + + 差
-
二、负面清单
+
二、负面清单
({{index+1}})、{{item.listType}}
-
+ +
+ + + 好 +
+
+ + + 一般 +
+
+ + + 较差 +
+
+ + + 差
- +

{{form.remark.length}}/300

@@ -324,7 +364,7 @@ export default { line-height: 40px; .radio { display: inline-block; - width: 50%; + width: 25%; } img { width: 32px; diff --git a/src/project/weiyang/AppPatrolReport/Statistics.vue b/src/project/weiyang/AppPatrolReport/Statistics.vue index 01b2b87..167085d 100644 --- a/src/project/weiyang/AppPatrolReport/Statistics.vue +++ b/src/project/weiyang/AppPatrolReport/Statistics.vue @@ -92,7 +92,7 @@ export default { Object.keys(res.data.finishCountMap).forEach((key) => { var info = { 'name': key, - 'value': res.data.finishCountMap[key] + 'value': Number(res.data.finishCountMap[key]) } this.finishData.push(info)