mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
修改提示语
This commit is contained in:
@@ -598,7 +598,7 @@ const del = (id,record) => {
|
||||
|
||||
async function coursePlanConfirm() {
|
||||
if(editBeginClass.value){
|
||||
message.info('正在审核中,请稍候...')
|
||||
message.info('讲师费已进入审批阶段,无法编辑')
|
||||
return
|
||||
}
|
||||
await validate().catch(({ errorFields }) => {
|
||||
|
||||
@@ -3691,7 +3691,7 @@ export default defineComponent({
|
||||
|
||||
const handleSureStu = async () => {
|
||||
if(editBeginClass.value){
|
||||
message.info('正在审核中,请稍候...')
|
||||
message.info('讲师费已进入审批阶段,无法编辑')
|
||||
return
|
||||
}
|
||||
let startTime,
|
||||
|
||||
Reference in New Issue
Block a user