We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
场景: 场馆使用后台管理系统创建私教订单操作时,选择课程时间操作,如果选择了被预约了的时间,系统没有提示,再创建订单时也没有任何提示。导致场馆创建订单时无法创建,并且也没有提示。因此创建订单操作时为已被预约的时间添加说明、创建订单时增加提示信息。 对象:
场馆无法约课的原因:
更改方案: 将私教课程分为两种状态:
将私教已经被预约的时间和未被预约的时间区分开来,并且已被预约的时间不可被选中或创建时给出提示
The text was updated successfully, but these errors were encountered:
chentaoyu
No branches or pull requests
场景:
场馆使用后台管理系统创建私教订单操作时,选择课程时间操作,如果选择了被预约了的时间,系统没有提示,再创建订单时也没有任何提示。导致场馆创建订单时无法创建,并且也没有提示。因此创建订单操作时为已被预约的时间添加说明、创建订单时增加提示信息。
对象:
场馆无法约课的原因:
更改方案:
将私教课程分为两种状态:
将私教已经被预约的时间和未被预约的时间区分开来,并且已被预约的时间不可被选中或创建时给出提示
The text was updated successfully, but these errors were encountered: