Skip to content

Commit

Permalink
【feature】数据查询支持多选; reviewby luox
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongjiaojiao committed Oct 22, 2024
1 parent a7efec9 commit e7a44df
Show file tree
Hide file tree
Showing 27 changed files with 1,621 additions and 1,521 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = function (api) {
];
const plugins = [
'@babel/plugin-transform-runtime',
'transform-vue-jsx',
'transform-flow-strip-types',
'@babel/plugin-transform-modules-commonjs',
[
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"babel-loader": "^8.0.5",
"babel-plugin-component": "^1.1.1",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-register": "^6.22.0",
"chalk": "^2.4.2",
"chromedriver": "^2.46.0",
Expand Down
5 changes: 5 additions & 0 deletions src/common/table-popup/TablePopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:columns="columns"
:rowKey="(record, index) => index"
:pagination="false"
:showHeader="showHeader"
/>
</div>
</template>
Expand Down Expand Up @@ -39,6 +40,10 @@ export default {
splitLine: {
type: Boolean,
default: true
},
showHeader: {
type: Boolean,
default: true
}
},
watch: {
Expand Down
318 changes: 0 additions & 318 deletions src/mapboxgl/_utils/HightlighLayer.ts

This file was deleted.

Loading

0 comments on commit e7a44df

Please sign in to comment.