From fb75b75d047ccf583604e44fd8a6a0ae6145ae41 Mon Sep 17 00:00:00 2001 From: pengjunchao <499766544@qq.com> Date: Tue, 28 Jul 2026 10:15:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=97=E6=BC=8F=E6=8E=89=E7=9A=84=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icon/gif.svg | 1 + src/pages/tqybjs/tab-3/index.vue | 343 +++++++++++++++++++++++++++++++ vite.config.ts | 6 +- 3 files changed, 347 insertions(+), 3 deletions(-) create mode 100644 src/assets/icon/gif.svg create mode 100644 src/pages/tqybjs/tab-3/index.vue diff --git a/src/assets/icon/gif.svg b/src/assets/icon/gif.svg new file mode 100644 index 00000000..9258f631 --- /dev/null +++ b/src/assets/icon/gif.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/pages/tqybjs/tab-3/index.vue b/src/pages/tqybjs/tab-3/index.vue new file mode 100644 index 00000000..9cf2c637 --- /dev/null +++ b/src/pages/tqybjs/tab-3/index.vue @@ -0,0 +1,343 @@ + + + + + + + + + + + + + + + + + + + + {{ t('search') }} + + + + + + + + + + 执行失败 + 未开始 + 等待中 + 运行中 + 已完成 + 检查未通过 + + + + + + {{ '盘古' }} + + + {{ 'Graphcast' }} + + + + + + + + {{ scope.row.startDate }} + + + + + + + + {{ scope.row.startTime }} + + + + + + + + {{ scope.row.leadTime }}小时 + + + + + + + + {{ (scope.row.timeConsuming) }}分钟 + + + + + + + + + + + + + + diff --git a/vite.config.ts b/vite.config.ts index b170561e..bd754253 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -19,17 +19,17 @@ export default defineConfig(({ mode }) => { port: 8888, proxy: { '/api': { - target: 'http://champion.natapp1.cc', + target: 'http://pbl.nat100.top', // http://champion.natapp1.cc changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), }, '/api1': { - target: 'http://champion.natapp1.cc', + target: 'http://pbl.nat100.top', // http://champion.natapp1.cc changeOrigin: true, rewrite: path => path.replace(/^\/api1/, ''), }, '/gisApi': { - target: 'http://localhost:8080', + target: 'http://pbl.nat100.top', // http://localhost:8080 changeOrigin: true, rewrite: path => path.replace(/^\/gisApi/, ''), },