From a36ba163321a54154f22cdadab71be97d683d92f Mon Sep 17 00:00:00 2001 From: zhoutianchi <1305666981@qq.com> Date: Thu, 15 Jan 2026 11:54:21 +0800 Subject: [PATCH] 1 --- src/api/recruit/recruitstudentplangroup.ts | 12 + .../recruit/recruitstudentplangroup/index.vue | 581 +++++++++--------- 2 files changed, 299 insertions(+), 294 deletions(-) diff --git a/src/api/recruit/recruitstudentplangroup.ts b/src/api/recruit/recruitstudentplangroup.ts index df62c43..d0f98e1 100644 --- a/src/api/recruit/recruitstudentplangroup.ts +++ b/src/api/recruit/recruitstudentplangroup.ts @@ -71,3 +71,15 @@ export const putObj = (obj: any) => { data: obj, }); }; + +/** + * 更新 + * @param obj + */ +export const editQuickField = (obj: any) => { + return request({ + url: '/recruit/recruitstudentplangroup/editQuickField', + method: 'post', + data: obj, + }); +}; diff --git a/src/views/recruit/recruitstudentplangroup/index.vue b/src/views/recruit/recruitstudentplangroup/index.vue index 9a1a75a..42afa14 100644 --- a/src/views/recruit/recruitstudentplangroup/index.vue +++ b/src/views/recruit/recruitstudentplangroup/index.vue @@ -16,372 +16,365 @@ --> - - - - - - - - - 查询 - 重置 - - + + + + + + + + + 查询 + 重置 + + - - - - 新 增 - - - 审核人员 - - + + + + 新 增 + + + 审核人员 + + - - - - - - - - - {{ dateFormat(scope.row.startDate, 'YYYY-mm-dd') + ' 至 ' + dateFormat(scope.row.endDate, 'YYYY-mm-dd') }} - - - - - - - - {{ dateFormat(scope.row.maintenanceStartDate, 'YYYY-mm-dd') + ' 至 ' + dateFormat(scope.row.maintenanceEndDate, 'YYYY-mm-dd') }} - - - - - - - - - - - - - - - - - - - - - - - - - - - 调整 - - - 专业调整 - - - 删除 - - - - + + + + + + + + + {{ + dateFormat(scope.row.startDate, 'YYYY-mm-dd') + ' 至 ' + dateFormat(scope.row.endDate, 'YYYY-mm-dd') + }} + + + + + + + + {{ + dateFormat(scope.row.maintenanceStartDate, 'YYYY-mm-dd') + ' 至 ' + dateFormat(scope.row.maintenanceEndDate, 'YYYY-mm-dd') + }} + + + + + + + + + + + + + + + + + + + + + + + + + + + 调整 + + + 专业调整 + + + 删除 + + + + - - + + - - - - - - - - - - - + + + + + + + + + + +