shudonghui il y a 1 an
Parent
commit
29e927ad87
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      src/views/report/sop-analysis/index.vue

+ 4 - 4
src/views/report/sop-analysis/index.vue

@@ -334,7 +334,7 @@ const tableColumns1 = [
     style: { width: '60px' },
   },
   {
-    prop: 'province',
+    prop: 'region_name',
     label: '大区',
     style: { width: '70px' },
   },
@@ -347,7 +347,7 @@ const tableColumns1 = [
 ];
 const tableColumns2 = [
   {
-    prop: 'province',
+    prop: 'region_name',
     label: '大区',
     style: { width: '60px' },
   },
@@ -371,7 +371,7 @@ const tableColumns3 = [
     style: { width: '60px' },
   },
   {
-    prop: 'province',
+    prop: 'region_name',
     label: '大区',
     style: { width: '70px' },
   },
@@ -404,7 +404,7 @@ const tableColumns4 = [
 ];
 const tableColumns5 = [
   {
-    prop: 'province',
+    prop: 'region_name',
     label: '大区',
     style: { width: '60px' },
   },