|
@@ -179,6 +179,7 @@ export default {
|
|
},
|
|
},
|
|
enableOutput() {
|
|
enableOutput() {
|
|
// noinspection JSIncompatibleTypesComparison
|
|
// noinspection JSIncompatibleTypesComparison
|
|
|
|
+ return true // open this feature to all uses
|
|
return this.$route.query?.output == 1
|
|
return this.$route.query?.output == 1
|
|
},
|
|
},
|
|
pageSizes() {
|
|
pageSizes() {
|