无关风月
2024-07-24 a2d0383b7a7f882c6f03fc9f3de2adc6e74559a7
cloud-server-management/src/main/webapp/static/modular/system/coursePackage/coursePackageStudent.js
@@ -42,16 +42,7 @@
                    }
                }
            }
        },
        {title: '预定状态', field: 'reservationStatus', align: 'center', valign: 'middle',hidden:true,
            formatter: function (v) {
                if (v == 0) {
                    return '已取消';
                } else {
                    return '正常';
                }
            }
        },
        }
    ];
    return columns;
};