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/可视化/退出全屏 + 退出全屏 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' }, 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: '',