From 3e859ec0fadfcc5d9601708d24ff28b6496bda66 Mon Sep 17 00:00:00 2001 From: xzt <1113240624@qq.com> Date: Mon, 11 Mar 2024 17:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=BB=9F=E8=AE=A1=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/api/projectStatistics/invest.js | 11 + .../projectStatisticsInvest/index.vue | 249 +++++++++ .../components/dataCharts.vue | 177 ++++++ .../projectStatisticsSort/components/list.vue | 513 ++++++++++++++++++ .../projectStatisticsSort/index.vue | 37 ++ jwtech-admin-page/vue.config.js | 8 +- 6 files changed, 991 insertions(+), 4 deletions(-) create mode 100644 jwtech-admin-page/src/api/projectStatistics/invest.js create mode 100644 jwtech-admin-page/src/views/projectStatistics/projectStatisticsInvest/index.vue create mode 100644 jwtech-admin-page/src/views/projectStatistics/projectStatisticsSort/components/dataCharts.vue create mode 100644 jwtech-admin-page/src/views/projectStatistics/projectStatisticsSort/components/list.vue create mode 100644 jwtech-admin-page/src/views/projectStatistics/projectStatisticsSort/index.vue diff --git a/jwtech-admin-page/src/api/projectStatistics/invest.js b/jwtech-admin-page/src/api/projectStatistics/invest.js new file mode 100644 index 00000000..8f3caca9 --- /dev/null +++ b/jwtech-admin-page/src/api/projectStatistics/invest.js @@ -0,0 +1,11 @@ + +import request from '@/utils/request' + +// 查询项目投资统计列表 +export function listProjectInvest(query) { + return request({ + url: '/statistics/assert/list', + method: 'post', + data: query + }) +} \ No newline at end of file diff --git a/jwtech-admin-page/src/views/projectStatistics/projectStatisticsInvest/index.vue b/jwtech-admin-page/src/views/projectStatistics/projectStatisticsInvest/index.vue new file mode 100644 index 00000000..02d188fe --- /dev/null +++ b/jwtech-admin-page/src/views/projectStatistics/projectStatisticsInvest/index.vue @@ -0,0 +1,249 @@ + + diff --git a/jwtech-admin-page/src/views/projectStatistics/projectStatisticsSort/components/dataCharts.vue b/jwtech-admin-page/src/views/projectStatistics/projectStatisticsSort/components/dataCharts.vue new file mode 100644 index 00000000..feb8c913 --- /dev/null +++ b/jwtech-admin-page/src/views/projectStatistics/projectStatisticsSort/components/dataCharts.vue @@ -0,0 +1,177 @@ + + + diff --git a/jwtech-admin-page/src/views/projectStatistics/projectStatisticsSort/components/list.vue b/jwtech-admin-page/src/views/projectStatistics/projectStatisticsSort/components/list.vue new file mode 100644 index 00000000..81ca9bc8 --- /dev/null +++ b/jwtech-admin-page/src/views/projectStatistics/projectStatisticsSort/components/list.vue @@ -0,0 +1,513 @@ + + + + diff --git a/jwtech-admin-page/src/views/projectStatistics/projectStatisticsSort/index.vue b/jwtech-admin-page/src/views/projectStatistics/projectStatisticsSort/index.vue new file mode 100644 index 00000000..8ebe9890 --- /dev/null +++ b/jwtech-admin-page/src/views/projectStatistics/projectStatisticsSort/index.vue @@ -0,0 +1,37 @@ + + diff --git a/jwtech-admin-page/vue.config.js b/jwtech-admin-page/vue.config.js index 2b69ea37..e22aec98 100644 --- a/jwtech-admin-page/vue.config.js +++ b/jwtech-admin-page/vue.config.js @@ -31,15 +31,15 @@ module.exports = { devServer: { // host: '0.0.0.0', // host: '192.168.1.104', - // host: '127.0.0.1', - host: '192.168.2.107', + host: '127.0.0.1', + // host: '192.168.2.107', port: 80, open: true, proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - // target: "http://127.0.0.1:18082", - target: "http://192.168.2.108:18080", + target: "http://127.0.0.1:18082", + // target: "http://192.168.2.108:18080", // target: "http://192.168.1.20:8084", changeOrigin: true, pathRewrite: {