|
|
@@ -18,8 +18,9 @@
|
|
|
<span
|
|
|
v-else-if="item.key == 'classHours'"
|
|
|
style="color: red; font-weight: bold; font-size: 18px"
|
|
|
- >{{
|
|
|
- (userData["finishSectionDuration"] / 60 / 45).toFixed(0)> (secTotalTime / 60 / 45).toFixed(0)? (secTotalTime / 60 / 45).toFixed(0):(userData["finishSectionDuration"] / 60 / 45).toFixed(0)
|
|
|
+ >
|
|
|
+ {{
|
|
|
+ userData["finishSectionDuration"] >secTotalTime? (secTotalTime / 60 / 45).toFixed(0):(userData["finishSectionDuration"] / 60 / 45).toFixed(0)
|
|
|
}}</span
|
|
|
><span
|
|
|
v-else-if="item.key == 'secTotalTime'"
|
|
|
@@ -175,6 +176,7 @@ export default {
|
|
|
list.splice(1, 0, { label: "班号:", key: "officialName" });
|
|
|
}
|
|
|
}
|
|
|
+ console.log("a", this.userData,this.secTotalTime);
|
|
|
return list;
|
|
|
},
|
|
|
totalTimes: {
|