安全管理-堆叠
This commit is contained in:
@ -90,22 +90,22 @@ export default {
|
||||
return {
|
||||
listData: [1, 2, 3, 4, 5, 6, 7, 8],
|
||||
val: {
|
||||
attendanceWorker: "",
|
||||
completeTask: "",
|
||||
equipmentRate: "",
|
||||
expenditure: "",
|
||||
attendanceWorker: "0",
|
||||
completeTask: "0",
|
||||
equipmentRate: "0",
|
||||
expenditure: "0",
|
||||
id: 1,
|
||||
income: "",
|
||||
newContract: "",
|
||||
operatingEquipment: "",
|
||||
qualityProblem: "",
|
||||
safetyProblem: "",
|
||||
taskRate: "",
|
||||
todayDate: "",
|
||||
totalEquipment: "",
|
||||
totalTask: "",
|
||||
totalWorker: "",
|
||||
workerRate: "",
|
||||
income: "0",
|
||||
newContract: "0",
|
||||
operatingEquipment: "0",
|
||||
qualityProblem: "0",
|
||||
safetyProblem: "0",
|
||||
taskRate: "0",
|
||||
todayDate: "0",
|
||||
totalEquipment: "0",
|
||||
totalTask: "0",
|
||||
totalWorker: "0",
|
||||
workerRate: "0",
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user