zpf 1 年間 前
コミット
c349bc9fa4
1 ファイル変更3 行追加1 行削除
  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>