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') + }} + + + + + + + + + + + + + + + + + + + + + + + + + + + 调整 + + + 专业调整 + + + 删除 + + + + - - + + - - - - - - - - - - - + + + + + + + + + + +