Преглед изворни кода

Merge branch 'qhse_person' of shuzhihua/pms-iot-vue into master

yanghao пре 6 дана
родитељ
комит
a9179d5f42
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/pms/constructionDailyReport/components/report-config.ts

+ 2 - 2
src/views/pms/constructionDailyReport/components/report-config.ts

@@ -112,8 +112,8 @@ export const formSections: ConstructionDailyReportSection[] = [
   {
     title: '生产数据',
     fields: [
-      { prop: 'mainDeviceNum', label: '主设备数量', type: 'number' },
-      { prop: 'wokDeviceNum', label: '作业泵车数量', type: 'number' },
+      { prop: 'mainDeviceNum', label: '主设备数量', type: 'number', editableInEdit: true },
+      { prop: 'wokDeviceNum', label: '作业泵车数量', type: 'number', editableInEdit: true },
       {
         prop: 'fiveStatus',
         label: '队伍状态',