科研生产-作业动态默认值
This commit is contained in:
@ -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: {
|
||||||
|
Reference in New Issue
Block a user