@@ -156,7 +156,7 @@ export default {
},
computed: {
showExport() {
- return this.schoolCode !== "henu";
+ return !["hactcm", "henu"].includes(this.schoolCode);
methods: {