@@ -1035,7 +1035,7 @@ export default {
computed: {
ctableSet() {
let data = this.tableSet
- if (!this.statusShow.includes(2)) {
+ if (this.statusShow.includes(2)) {
data.push({
label: "学时申报",
prop: "periodPlush",