From c9f3889b8ba1be4b821475d85b7eb6b421bea9f7 Mon Sep 17 00:00:00 2001 From: wj <347312259@qq.com> Date: Thu, 11 May 2023 18:02:49 +0800 Subject: [PATCH] 11 --- psdc-ui/src/views/analyse/nhfx/index.vue | 139 ++++++++++++++++++++++- psdc-ui/src/views/analyse/nhtj/index.vue | 7 ++ 2 files changed, 144 insertions(+), 2 deletions(-) diff --git a/psdc-ui/src/views/analyse/nhfx/index.vue b/psdc-ui/src/views/analyse/nhfx/index.vue index 8e60d74..b1f0ba2 100644 --- a/psdc-ui/src/views/analyse/nhfx/index.vue +++ b/psdc-ui/src/views/analyse/nhfx/index.vue @@ -1,11 +1,50 @@ @@ -13,12 +52,108 @@ import {ref,reactive} from "vue"; +/** 切换按钮操作*/ +const activeName = ref('first') + +/** -----同比分析-----*/ +/** 过滤查询*/ +const dateValue = ref() +function lastDay(){} +function nextDay(){} +function handleQuery(){} + +/** 数据表格处理*/ +//内容 +const tbfxDataTable = reactive([ + { + month:'01月', + currentPeriod: '1265', + theSameTerm:'3254', + yearOnYear:'30', + totalYearOnYear:'32', + } +]) +const tbfxCurrentPage = ref(1) +const tbfxPageSize = ref(5) +const small = ref(false) +const background = ref(false) +const disabled = ref(false) +const tbfxHandleSizeChange = (val) => { + console.log(`${val}`) +} +const tbfxHandleCurrentChange = (val) => { + console.log(`${val}`) +} + + diff --git a/psdc-ui/src/views/analyse/nhtj/index.vue b/psdc-ui/src/views/analyse/nhtj/index.vue index acd80fc..28a377e 100644 --- a/psdc-ui/src/views/analyse/nhtj/index.vue +++ b/psdc-ui/src/views/analyse/nhtj/index.vue @@ -310,5 +310,12 @@ const { filterForm } = toRefs(data); ::v-deep .el-table__body-wrapper tr td.el-table-fixed-column--right{ background-color: #2F3D8A; } + +::v-deep .el-input__inner{ + color: #f3ffff; +} +::v-deep .el-date-editor .el-range-input{ + color: #f3ffff; +}