Browse Source

🐞 fix(瑞鹰修井日报汇总): 累计井数

Zimo 1 week ago
parent
commit
bf01c745e0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/pms/iotrydailyreport/xsummary.vue

+ 2 - 2
src/views/pms/iotrydailyreport/xsummary.vue

@@ -212,11 +212,11 @@ const columns = (type: string) => {
     },
     {
       label: '累计施工井数',
-      prop: 'constructionWells'
+      prop: 'cumulativeConstructWells'
     },
     {
       label: '累计完工井数',
-      prop: 'completedWells'
+      prop: 'cumulativeCompletedWells'
     },
     {
       label: '累计用电量(KWH)',