From 45da9df43c6c6491895fc6e46009d5e9654b52e7 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 18 Jul 2024 16:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=BA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppStore/EvaluateForm.vue | 54 ++++++++++++++++--- .../weiyang/AppPatrolReport/Statistics.vue | 2 +- 2 files changed, 48 insertions(+), 8 deletions(-) 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)