diff --git a/src/components/LeftMenu/LeftMenu.vue b/src/components/LeftMenu/LeftMenu.vue index e8863d0..d934d57 100644 --- a/src/components/LeftMenu/LeftMenu.vue +++ b/src/components/LeftMenu/LeftMenu.vue @@ -77,6 +77,7 @@ const changeTab = (e: MouseEvent, i: number) => { // width.value = (e.target as HTMLDivElement).offsetWidth; // 切换的时候把颜色换到第一个 ActiveColor.value = 0; + value.value = ""; emit("update:modelValue", i); }; diff --git a/src/views/enterprise/progressManagement/planFinishSituation/components/transformInfo1.vue b/src/views/enterprise/progressManagement/planFinishSituation/components/transformInfo1.vue index ea35e0f..b5a46fb 100644 --- a/src/views/enterprise/progressManagement/planFinishSituation/components/transformInfo1.vue +++ b/src/views/enterprise/progressManagement/planFinishSituation/components/transformInfo1.vue @@ -171,22 +171,22 @@ const formConfig = { { label: "总工程造价(元)", prop: "totalAmount", - type: "input" + type: "number" }, { label: "本期完成工程造价(元)", prop: "completeAmount", - type: "input" + type: "number" }, { label: "至上期末完成工程造价(元)", prop: "lastEndAmount", - type: "input" + type: "number" }, { label: "至本期末完成工程造价(元)", prop: "nowEndAmount", - type: "input" + type: "number" } // { // label: "本期完成形象进度(%)", @@ -271,12 +271,12 @@ const formConfig2 = { { label: "合同单价(元)", prop: "contractUnitPrice", - type: "input" + type: "number" }, { label: "合同金额(元)", prop: "contractAmount", - type: "input" + type: "number" }, { label: "至上期末完成工程量", @@ -286,7 +286,7 @@ const formConfig2 = { { label: "至上期末完成金额(元)", prop: "lastAmount", - type: "input" + type: "number" }, { label: "本期完成工程量", @@ -296,7 +296,7 @@ const formConfig2 = { { label: "本期完成金额(元)", prop: "nowAmount", - type: "input" + type: "number" }, { label: "截至本期末完成工程量", @@ -306,7 +306,7 @@ const formConfig2 = { { label: "截至本期末完成金额(元)", prop: "endAmount", - type: "input" + type: "number" }, { label: "备注", diff --git a/src/views/enterprise/qualitySupervision/components/transformInfo.vue b/src/views/enterprise/qualitySupervision/components/transformInfo.vue index 05cb6a2..2837143 100644 --- a/src/views/enterprise/qualitySupervision/components/transformInfo.vue +++ b/src/views/enterprise/qualitySupervision/components/transformInfo.vue @@ -96,7 +96,7 @@