From b48140aca02a8d3f91b2b59c0da9cd903e6d531f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Mon, 28 Oct 2024 11:20:19 +0800 Subject: [PATCH 1/3] =?UTF-8?q?1.=E5=A2=9E=E5=8A=A0=E4=B8=AD=E6=97=A5?= =?UTF-8?q?=E7=A8=8B=E6=8C=89=E7=85=A7=E5=AF=BC=E5=85=A5=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jhzx/zrcWH.vue | 128 +++++++++++++++++++-------------------- 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/src/views/jhzx/zrcWH.vue b/src/views/jhzx/zrcWH.vue index f7e91a0..68573c3 100644 --- a/src/views/jhzx/zrcWH.vue +++ b/src/views/jhzx/zrcWH.vue @@ -142,7 +142,7 @@ import { getCzxx } from "@/api/jhzx/qfxq"; import {Message} from "element-ui"; import {getCzplBase} from "@/api/sjzx/jcsj"; export default { - name: "zrcWH", + name: "ZrcWH", data() { return { uploadData:{ @@ -210,27 +210,27 @@ export default { ], filterRender: { name: "FilterCombination" }, }, - { - field: "zdh", - title: "总段号", - align: "center", - minWidth: "80", - filters: [ - { - data: { - checks: [], - sVal: "", - sMenu: "", - fType1: "", - fVal1: "", - fMode: "and", - fType2: "", - fVal2: "", - }, - }, - ], - filterRender: { name: "FilterCombination" }, - }, + // { + // field: "zdh", + // title: "总段号", + // align: "center", + // minWidth: "80", + // filters: [ + // { + // data: { + // checks: [], + // sVal: "", + // sMenu: "", + // fType1: "", + // fVal1: "", + // fMode: "and", + // fType2: "", + // fVal2: "", + // }, + // }, + // ], + // filterRender: { name: "FilterCombination" }, + // }, { field: "dcFd", title: "分段号", @@ -252,48 +252,48 @@ export default { ], filterRender: { name: "FilterCombination" }, }, - { - field: "qy", - title: "区域", - align: "center", - minWidth: "70", - filters: [ - { - data: { - checks: [], - sVal: "", - sMenu: "", - fType1: "", - fVal1: "", - fMode: "and", - fType2: "", - fVal2: "", - }, - }, - ], - filterRender: { name: "FilterCombination" }, - }, - { - field: "yzd", - title: "预组段", - align: "center", - minWidth: "80", - filters: [ - { - data: { - checks: [], - sVal: "", - sMenu: "", - fType1: "", - fVal1: "", - fMode: "and", - fType2: "", - fVal2: "", - }, - }, - ], - filterRender: { name: "FilterCombination" }, - }, + // { + // field: "qy", + // title: "区域", + // align: "center", + // minWidth: "70", + // filters: [ + // { + // data: { + // checks: [], + // sVal: "", + // sMenu: "", + // fType1: "", + // fVal1: "", + // fMode: "and", + // fType2: "", + // fVal2: "", + // }, + // }, + // ], + // filterRender: { name: "FilterCombination" }, + // }, + // { + // field: "yzd", + // title: "预组段", + // align: "center", + // minWidth: "80", + // filters: [ + // { + // data: { + // checks: [], + // sVal: "", + // sMenu: "", + // fType1: "", + // fVal1: "", + // fMode: "and", + // fType2: "", + // fVal2: "", + // }, + // }, + // ], + // filterRender: { name: "FilterCombination" }, + // }, { field: "zl", title: "重量", From 452492ec8a0c0784133623bc46cca7846bd0c745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Mon, 28 Oct 2024 15:12:04 +0800 Subject: [PATCH 2/3] =?UTF-8?q?1.=E5=B7=A5=E5=8E=82=E6=97=A5=E5=8E=86?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=8F=AD=E6=AC=A1=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Gcrl/GcrlProperties.vue | 107 +++++++++++++++++++++++++ src/components/Gcrl/index.vue | 42 +++------- 2 files changed, 119 insertions(+), 30 deletions(-) create mode 100644 src/components/Gcrl/GcrlProperties.vue diff --git a/src/components/Gcrl/GcrlProperties.vue b/src/components/Gcrl/GcrlProperties.vue new file mode 100644 index 0000000..b786ea1 --- /dev/null +++ b/src/components/Gcrl/GcrlProperties.vue @@ -0,0 +1,107 @@ + + diff --git a/src/components/Gcrl/index.vue b/src/components/Gcrl/index.vue index 066b39a..2048967 100644 --- a/src/components/Gcrl/index.vue +++ b/src/components/Gcrl/index.vue @@ -40,12 +40,9 @@ :class="{ faded: !isCurrentMonth(day.date),}" >
{{ day.date.getDate() }}日
-
- {{ isRestDay(day.date)?'休息':'工作' }}日 -
+
- @@ -56,15 +53,22 @@