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