From d7987d0f5c341260a6cbda3fcd6dc5325dcea02e Mon Sep 17 00:00:00 2001 From: wbc <942429426@qq.com> Date: Fri, 1 Aug 2025 11:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templateContent/addTemplate.vue | 121 +++++++++++++++++ .../templateContent/index.vue | 123 +++++++++--------- .../templateContent/templateContent.api.ts | 3 +- .../projectLib/projectPlan/addProjectDate.vue | 1 - 4 files changed, 187 insertions(+), 61 deletions(-) create mode 100644 src/views/performanceIndicator/templateContent/addTemplate.vue diff --git a/src/views/performanceIndicator/templateContent/addTemplate.vue b/src/views/performanceIndicator/templateContent/addTemplate.vue new file mode 100644 index 0000000..46379f5 --- /dev/null +++ b/src/views/performanceIndicator/templateContent/addTemplate.vue @@ -0,0 +1,121 @@ + + + + + diff --git a/src/views/performanceIndicator/templateContent/index.vue b/src/views/performanceIndicator/templateContent/index.vue index 19783b6..1a24f69 100644 --- a/src/views/performanceIndicator/templateContent/index.vue +++ b/src/views/performanceIndicator/templateContent/index.vue @@ -1,81 +1,86 @@ - + + - - \ No newline at end of file + diff --git a/src/views/performanceIndicator/templateContent/templateContent.api.ts b/src/views/performanceIndicator/templateContent/templateContent.api.ts index 9f1e682..dd231c8 100644 --- a/src/views/performanceIndicator/templateContent/templateContent.api.ts +++ b/src/views/performanceIndicator/templateContent/templateContent.api.ts @@ -5,6 +5,7 @@ export enum Api { importPerformancescore = '/huzhouPerformancescore/importPerformancescore', getPerformancescore = '/huzhouPerformancescore/getPerformancescore', getPerforman="/huzhouPerformancescore/getPerforman", + addPerformance="/huzhouPerformancescore/addPerformance", } @@ -15,5 +16,5 @@ export const importPerformancescore = (params?) =>defHttp.post({ url: Api.impor export const getPerformancescore = (params?) => defHttp.get({ url: Api.getPerformancescore, params }); export const getPerforman = (params?) => defHttp.get({ url: Api.getPerforman, params }); - +export const addPerformance = (params?) => defHttp.post({ url: Api.addPerformance, headers: { 'Content-Type': 'multipart/form-data' },params }); diff --git a/src/views/projectLib/projectPlan/addProjectDate.vue b/src/views/projectLib/projectPlan/addProjectDate.vue index cb19242..a17aad3 100644 --- a/src/views/projectLib/projectPlan/addProjectDate.vue +++ b/src/views/projectLib/projectPlan/addProjectDate.vue @@ -1,5 +1,4 @@