From 301a77ac63829211ee132ed81d79e33fa1c44fb3 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Fri, 13 Sep 2024 11:34:09 +0800 Subject: [PATCH] fix --- src/api/index.js | 1 + src/pages/allocationReview/list/index.vue | 99 ++--- .../allocationReview/records/allocation.vue | 2 +- src/pages/allocationReview/records/index.vue | 108 ++--- src/pages/expert/list/index.vue | 401 ++++++++++++++++++ src/pages/myReview/list/index.vue | 7 +- src/pages/myReview/records/index.vue | 9 +- src/router/modules/expert.js | 19 + 8 files changed, 530 insertions(+), 116 deletions(-) create mode 100644 src/pages/expert/list/index.vue create mode 100644 src/router/modules/expert.js diff --git a/src/api/index.js b/src/api/index.js index e6fff7f..21fcb50 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -15,4 +15,5 @@ export default { reviewSettingsList: `/competition/competition/readAndAppraise/reviewSettingsList`, evaluationSave: `/nakadai/evaluation/saveOrUpdate`, evaluationFind: `/nakadai/evaluation/findById`, + competitionUserReport: `/nakadai/evaluation/competitionUserReport`, } \ No newline at end of file diff --git a/src/pages/allocationReview/list/index.vue b/src/pages/allocationReview/list/index.vue index 40941fb..1b1fd70 100644 --- a/src/pages/allocationReview/list/index.vue +++ b/src/pages/allocationReview/list/index.vue @@ -40,7 +40,7 @@ - + @@ -55,7 +55,7 @@