mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 10:12:54 +08:00
change tips text
This commit is contained in:
@@ -3764,7 +3764,7 @@ export default defineComponent({
|
||||
//编辑开课
|
||||
const handelEditStu = async (item) => {
|
||||
if (item.expenseStatus && item.expenseStatus !== 'A10') {
|
||||
return message.warning("该开课在审批中,不可进行编辑!");
|
||||
return message.warning("该开课已在审批流程中,不可进行编辑!");
|
||||
}
|
||||
state.offcourseId = item.offcourseId;
|
||||
state.itemType = item.type;
|
||||
@@ -4269,7 +4269,7 @@ export default defineComponent({
|
||||
};
|
||||
const handleDeleteKaike = (value) => {
|
||||
if (value.expenseStatus && value.expenseStatus !== 'A10') {
|
||||
return message.warning("该开课在审批中,不可进行删除!");
|
||||
return message.warning("该开课已在审批流程中,不可进行删除!");
|
||||
}
|
||||
state.offcoursePlanId = value.id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user