Răsfoiți Sursa

字段过滤

zpf 1 an în urmă
părinte
comite
c349bc9fa4
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      src/components/Query/clickQuery/CockpitVector.vue

+ 3 - 1
src/components/Query/clickQuery/CockpitVector.vue

@@ -9,7 +9,9 @@
         fontSize: '14px',
         fontFamily: 'Microsoft YaHei',
         fontWeight: '400',
-      }" :data="store.state.vectorData.filter(item => item.name !== 'id' && item.name !== 'geom' && item.name !== 'type')" style="width: 100%" >
+      }"
+        :data="store.state.vectorData.filter(item => item.name !== 'id' && item.name !== 'geom' && item.name !== 'type' && item.name !== 'create_time' && item.name !== 'val1' && item.name !== 'val2')"
+        style="width: 100%">
 
         <el-table-column show-overflow-tooltip="true" prop="name" label="属性" width="90">
         </el-table-column>