From 5465a43bcce4515ca0b637532bd5c0a6c7876645 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Thu, 19 Mar 2026 09:13:27 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=9A=84=E8=B4=A6=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 44f6f332..d299a4ed 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -167,8 +167,8 @@ export default { mobileCodeTimer: 0, loginForm: { loginType: 'uname', - username: 'admin', - password: 'admin123', + username: '',//admin + password: '',//admin123 captchaVerification: '', mobile: '', mobileCode: '', From ee4fdbd45b1cbe9a2ce3928dae8dd1dedc392fb4 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Fri, 20 Mar 2026 10:25:15 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9icon=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icons/svg/fullScreenView.svg | 2 +- src/assets/icons/svg/openSider.svg | 4 ++-- src/assets/icons/svg/unFullScreenView.svg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/icons/svg/fullScreenView.svg b/src/assets/icons/svg/fullScreenView.svg index d53236a2..0a1f1642 100644 --- a/src/assets/icons/svg/fullScreenView.svg +++ b/src/assets/icons/svg/fullScreenView.svg @@ -1,6 +1,6 @@ - 切片 + 全屏 diff --git a/src/assets/icons/svg/openSider.svg b/src/assets/icons/svg/openSider.svg index 9703a46e..ce26a516 100644 --- a/src/assets/icons/svg/openSider.svg +++ b/src/assets/icons/svg/openSider.svg @@ -1,9 +1,9 @@ - 展开备份 + 展开菜单 - + diff --git a/src/assets/icons/svg/unFullScreenView.svg b/src/assets/icons/svg/unFullScreenView.svg index 1829f041..834659f2 100644 --- a/src/assets/icons/svg/unFullScreenView.svg +++ b/src/assets/icons/svg/unFullScreenView.svg @@ -1,6 +1,6 @@ - icon/可视化/退出全屏 + 退出全屏 From 9b0a768216ad107889da10c4c0a768396932dae4 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Fri, 27 Mar 2026 08:36:02 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=8C=87=E6=A0=87=E5=92=8C=E9=A2=84?= =?UTF-8?q?=E7=AE=97=E5=A1=AB=E6=8A=A5=E5=88=A0=E9=99=A4=E6=8C=87=E6=A0=87?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/budgetDetails.vue | 2 +- src/views/home/components/indicatorDetails.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/components/budgetDetails.vue b/src/views/home/components/budgetDetails.vue index 66f031e3..c26983d9 100644 --- a/src/views/home/components/budgetDetails.vue +++ b/src/views/home/components/budgetDetails.vue @@ -388,7 +388,7 @@ export default { console.log('当前编辑状态:', isEdit, '当前时间维度:', this.timeType); // 基础表格列配置(只读模式使用) const baseTableProps = [ - { prop: 'type', label: '指标类型', align: 'center' }, + // { prop: 'type', label: '指标类型', align: 'center' }, { prop: 'name', label: '指标名称', align: 'center' }, { prop: 'unit', label: '单位', align: 'center', filter: publicFormatter('lb_dw') }, { prop: 'target', label: '预算值', align: 'center' }, diff --git a/src/views/home/components/indicatorDetails.vue b/src/views/home/components/indicatorDetails.vue index e7ee524c..563bda2d 100644 --- a/src/views/home/components/indicatorDetails.vue +++ b/src/views/home/components/indicatorDetails.vue @@ -169,7 +169,7 @@ export default { // 基础表格列配置(只读模式使用) const baseTableProps = [ - { prop: 'type', label: '指标类型', align: 'center' }, + // { prop: 'type', label: '指标类型', align: 'center' }, { prop: 'name', label: '指标名称', align: 'center' }, { prop: 'unitLabel', label: '单位', align: 'center' }, { prop: 'value', label: '实际值', align: 'center' },