-
+
+
{{item.dqzt}}
{{item.dqzt}}
@@ -26,7 +27,8 @@
@@ -128,6 +128,8 @@ import dayjs from 'dayjs';
return "background: #a7a6a6";
}else if(type == '1'){
return "background: #18a689";
+ }else if(type == '2'){
+ return "background: #6583f8";
}
}
/**
diff --git a/src/views/zy/zyInfoStudent/ZyInfoStudentListModal.vue b/src/views/zy/zyInfoStudent/ZyInfoStudentListModal.vue
index 8a4d2a9..350809a 100644
--- a/src/views/zy/zyInfoStudent/ZyInfoStudentListModal.vue
+++ b/src/views/zy/zyInfoStudent/ZyInfoStudentListModal.vue
@@ -40,7 +40,6 @@
*/
function submitCallback() {
handleCancel();
- emit('success');
}
/**
@@ -48,6 +47,7 @@
*/
function handleCancel() {
visible.value = false;
+ emit('success');
}
defineExpose({