소스 검색

统计接口联调,数据展示

maxiaoxiao 3 달 전
부모
커밋
c33ef33471
2개의 변경된 파일17개의 추가작업 그리고 1610개의 파일을 삭제
  1. 3 3
      src/views/pageCode/statistic/progress/config.js
  2. 14 1607
      src/views/pageCode/statistic/progress/index.vue

+ 3 - 3
src/views/pageCode/statistic/progress/config.js

@@ -35,9 +35,9 @@ export const TableHeader = [
   // { label: "操作", slot: "action", width: '80px', align: 'center' },
 ]
 export const judgeTable = [
-  { label: "行政区", prop: "zhmc", align: 'center' },
-  { label: "图斑数", prop: "szxzc", width: '60px' },
-  { label: "图斑面积",  prop: "name", width: '100px', align: 'center' },
+  { label: "行政区", prop: "xzqmc", width: '80px', align: 'center' },
+  { label: "图斑数", prop: "countNumber", width: '60px' },
+  { label: "图斑面积",  prop: "countSum", width: '100px', align: 'center' },
   {
     label: "监测图斑", list: [
       { label: "图斑数",  prop: "szxzc", width: '60px' },

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 14 - 1607
src/views/pageCode/statistic/progress/index.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.