+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+
+
+
+
+ {{ scope.row.termList[0].dyName }}
+
+
+
+
+ {{ scope.row.termList[0].lineName }}
+
+
+
+
+ {{ scope.row.dayList[0].day }}
+
+
+
+
+ {{ scope.row.termList.length }}
+
+
+
+
+ {{ scope.row.dayList[0].termList.length }}
+
+
+
+
+ {{
+ (
+ (scope.row.dayList[0].termList.length /
+ scope.row.termList.length) *
+ 100
+ ).toFixed(2) + "%"
+ }}
+
+
+
+
+ {{
+ scope.row.dayList[0].termList.filter(
+ (term) => parseInt(term.uploads, 10) > 0
+ ).length
+ }}
+
+
+
+
+ {{
+ (
+ (scope.row.dayList[0].termList.filter(
+ (term) => parseInt(term.uploads, 10) > 0
+ ).length /
+ termTotalNum) *
+ 100
+ ).toFixed(2) + "%"
+ }}
+
+
+
+
+ {{
+ scope.row.dayList[0].termList.filter(
+ (term) =>
+ parseInt(term.uploads, 10) >=
+ (parseInt(formdata.picNum, 10) *
+ parseInt(formdata.norGraphRate.replace("%", ""), 10)) /
+ 100
+ ).length
+ }}
+
+
+
+
+ {{
+ (
+ (scope.row.termList.filter(
+ (term) =>
+ parseInt(term.uploads, 10) >=
+ (parseInt(formdata.picNum, 10) *
+ parseInt(formdata.norGraphRate.replace("%", ""), 10)) /
+ 100
+ ).length /
+ termTotalNum) *
+ 100
+ ).toFixed(2) + "%"
+ }}
+
+
+
+
+
+