科研生产-作业动态默认值

This commit is contained in:
熊丽君
2021-12-28 18:27:19 +08:00
parent 39866e1133
commit 9dc94ae795

View File

@ -122,8 +122,19 @@ export default {
data() { data() {
return { return {
listData: [], listData: [],
dataInfo: {}, dataInfo: {
carTotal: {}, workingWorkshopTotal:0,
workshopTotal:0,
realAttendance:0,
attendanceRate:0,
equipmentRunTotal:0,
equipmentRunRate:0,
videoCollectionRate:0,
},
carTotal: {
total:0,
useTotal:0
},
} }
}, },
computed: { computed: {