|
@@ -30,7 +30,6 @@
|
|
|
ref='dataTable'
|
|
|
v-if='legendTable.length>=0'
|
|
|
:data='legendTable'
|
|
|
- :height='tableHeight'
|
|
|
tooltip-effect='dark'
|
|
|
style='width:100%;'
|
|
|
@selection-change='handleSelectionChange'
|
|
@@ -109,13 +108,13 @@ export default {
|
|
|
},
|
|
|
computed: {
|
|
|
...mapGetters(['scpzTable', 'legendTable', 'remarksText']),
|
|
|
- tableHeight() {
|
|
|
- if (window.screen.height > 1000) {
|
|
|
- return 500
|
|
|
- } else {
|
|
|
- return 334
|
|
|
- }
|
|
|
- },
|
|
|
+ // tableHeight() {
|
|
|
+ // if (window.screen.height > 1000) {
|
|
|
+ // return 500
|
|
|
+ // } else {
|
|
|
+ // return 334
|
|
|
+ // }
|
|
|
+ // },
|
|
|
// initText() {
|
|
|
// if (this.defaultComment) {
|
|
|
// return this.defaultComment
|