修改BUG

This commit is contained in:
Vce 2024-05-10 15:34:11 +08:00
parent 6913a0966e
commit 27146b0681
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ export default {
specialOperation: '特种作业人员', specialOperation: '特种作业人员',
generalOperator: '一般作业人员', generalOperator: '一般作业人员',
outsourcedEmployee: '外包工', outsourcedEmployee: '外包工',
lwWorker:'劳务工', lwWorker:'施工人员',
dayLaborer: '临时工', dayLaborer: '临时工',
registeredNumber: '在册人数', registeredNumber: '在册人数',
presentNumber: '在场人数', presentNumber: '在场人数',

View File

@ -597,7 +597,7 @@ export default {
num:data.lsPersonTotal, num:data.lsPersonTotal,
}, },
{ {
name:'劳务工人数', name:'施工人员人数',
num:data.lwPersonTotal, num:data.lwPersonTotal,
}, },
{ {