mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 01:36:47 +08:00
面授结业修改
This commit is contained in:
@@ -1361,6 +1361,7 @@
|
||||
:visable="sm_hs"
|
||||
:permissions="permissions"
|
||||
:isgetStudent="isgetStudent"
|
||||
ref="tableStudentChange"
|
||||
>
|
||||
<!-- <template #extension="{ data: { record } }">
|
||||
<a-button
|
||||
@@ -2323,6 +2324,7 @@ export default defineComponent({
|
||||
const durationText = computed(() => state.xjkkinputV3?.length==2?dayjs(state.xjkkinputV3[1]).diff(dayjs(state.xjkkinputV3[0]),'minute')|| '请输入持续时间':'请输入持续时间');
|
||||
|
||||
const state = reactive({
|
||||
tableStudentChange: null,
|
||||
isAssessmentId: null,
|
||||
isHomeWorkId: null,
|
||||
tableCoursePlanLoading: false,
|
||||
@@ -4332,7 +4334,7 @@ function onFocusEnd(){
|
||||
return (
|
||||
<div>
|
||||
{
|
||||
record.signStatus == 1 ? (
|
||||
record.signStatus == 1 && record.completionStatus != 1 ? (
|
||||
<div
|
||||
style={{ color: "#4EA6FF", cursor: "pointer" }}
|
||||
onClick={() => {
|
||||
@@ -4504,7 +4506,8 @@ function onFocusEnd(){
|
||||
})
|
||||
.then((res) => {
|
||||
if (res.data.code === 200) {
|
||||
getTableDate2();
|
||||
// getTableDate2();
|
||||
state.tableStudentChange.getStuList()
|
||||
delete_exit1();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user