From b245ba0ed69d5eada4b75eb8df2014d994b7db7a Mon Sep 17 00:00:00 2001 From: RenCheng Date: Fri, 7 Mar 2025 15:44:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- .env.development | 2 +- .env.production | 4 +- src/views/dashboard/Analysis.vue | 2 +- src/views/data/dataCataloguing.vue | 194 ++++++++++++++++++++ src/views/data/dataCleansing.vue | 191 ++++++++++++++++---- src/views/data/dataManage.vue | 195 ++++++++++++++++---- src/views/data/statistics.vue | 200 ++++++++++++++++++++ src/views/data/thematicLibrary.vue | 145 +++++++++++++++ src/views/datalink/dblink.vue | 10 +- src/views/securityAndBackup/backup.vue | 221 +++++++++++++++++++++++ src/views/securityAndBackup/recovery.vue | 221 +++++++++++++++++++++++ 12 files changed, 1312 insertions(+), 75 deletions(-) create mode 100644 src/views/data/dataCataloguing.vue create mode 100644 src/views/data/statistics.vue create mode 100644 src/views/data/thematicLibrary.vue create mode 100644 src/views/securityAndBackup/backup.vue create mode 100644 src/views/securityAndBackup/recovery.vue diff --git a/.env b/.env index cda90cf..a671188 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -NODE_ENV=development +NODE_ENV=production VUE_APP_PLATFORM_NAME= VUE_APP_SSO=false \ No newline at end of file diff --git a/.env.development b/.env.development index 06ba23c..0a6098f 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://192.168.148.248:8082/jeecg-boot +VUE_APP_API_BASE_URL=http://rcproject.natapp1.cc/jeecg-boot VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file diff --git a/.env.production b/.env.production index 92d2766..4aaa39c 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=http://172.21.211.228:8081/jeecg-boot +VUE_APP_API_BASE_URL=http://127.0.0.1:8081/jeecg-boot VUE_APP_CAS_BASE_URL=http://localhost:8888/cas -VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file +VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreviewyarn \ No newline at end of file diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue index 50808c6..01204d7 100644 --- a/src/views/dashboard/Analysis.vue +++ b/src/views/dashboard/Analysis.vue @@ -29,7 +29,7 @@ }, data() { return { - indexStyle:1 + indexStyle:2 } }, created() { diff --git a/src/views/data/dataCataloguing.vue b/src/views/data/dataCataloguing.vue new file mode 100644 index 0000000..a432dd8 --- /dev/null +++ b/src/views/data/dataCataloguing.vue @@ -0,0 +1,194 @@ + + + + \ No newline at end of file diff --git a/src/views/data/dataCleansing.vue b/src/views/data/dataCleansing.vue index 3dd67dd..33ad9b4 100644 --- a/src/views/data/dataCleansing.vue +++ b/src/views/data/dataCleansing.vue @@ -1,55 +1,161 @@ diff --git a/src/views/data/dataManage.vue b/src/views/data/dataManage.vue index c1e374f..84ebc0c 100644 --- a/src/views/data/dataManage.vue +++ b/src/views/data/dataManage.vue @@ -1,55 +1,167 @@ diff --git a/src/views/data/statistics.vue b/src/views/data/statistics.vue new file mode 100644 index 0000000..e30b4ab --- /dev/null +++ b/src/views/data/statistics.vue @@ -0,0 +1,200 @@ + + + + \ No newline at end of file diff --git a/src/views/data/thematicLibrary.vue b/src/views/data/thematicLibrary.vue new file mode 100644 index 0000000..b655878 --- /dev/null +++ b/src/views/data/thematicLibrary.vue @@ -0,0 +1,145 @@ + + + + \ No newline at end of file diff --git a/src/views/datalink/dblink.vue b/src/views/datalink/dblink.vue index accb94e..2304315 100644 --- a/src/views/datalink/dblink.vue +++ b/src/views/datalink/dblink.vue @@ -139,12 +139,12 @@ }, { title: '本地名称', - align:"dataBaseaName", + align:"center", dataIndex: 'dataBaseaName', }, { title: '数据类型', - align:"dataTypeName", + align:"center", dataIndex: 'dataTypeName' }, { @@ -155,17 +155,17 @@ }, { title: '开始时间', - align:"startTime", + align:"center", dataIndex: 'startTime', }, { title: '完成时间', - align:"endTime", + align:"center", dataIndex: 'endTime', }, { title: '完成时长', - align:"execDuration", + align:"center", dataIndex: 'execDuration', }, { diff --git a/src/views/securityAndBackup/backup.vue b/src/views/securityAndBackup/backup.vue new file mode 100644 index 0000000..ad574e4 --- /dev/null +++ b/src/views/securityAndBackup/backup.vue @@ -0,0 +1,221 @@ + + + + \ No newline at end of file diff --git a/src/views/securityAndBackup/recovery.vue b/src/views/securityAndBackup/recovery.vue new file mode 100644 index 0000000..6c18edf --- /dev/null +++ b/src/views/securityAndBackup/recovery.vue @@ -0,0 +1,221 @@ + + + + \ No newline at end of file