From 17b83cb04a18dfd0b21ba48c219966934dff2987 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 05 三月 2024 18:51:59 +0800
Subject: [PATCH] 新增产量登记表页面开发

---
 src/views/productManage/productRegisterForm/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/productManage/productRegisterForm/index.vue b/src/views/productManage/productRegisterForm/index.vue
index 1770ad9..a9a9bec 100644
--- a/src/views/productManage/productRegisterForm/index.vue
+++ b/src/views/productManage/productRegisterForm/index.vue
@@ -90,7 +90,9 @@
       console.log(searchText)
     },
     // 鏂板
-    addBtnClick() {},
+    addBtnClick() {
+      this.$router.push({ name: "addProductRegisterPage" })
+    },
     // 鏌ョ湅
     viewClick(row) {
       console.log(row)
@@ -110,6 +112,7 @@
 <!-- Add "scoped" attribute to limit CSS to this component only -->
 <style lang="scss" scoped>
 .productRegisterForm-container {
+  height: 100%;
   .filter-card {
     margin: 20px 30px;
     height: 80px;
@@ -123,6 +126,7 @@
     margin: 0 30px;
     background-color: #fff;
     padding: 10px 15px;
+    height: calc(100% - 180px);
   }
 }
 </style>

--
Gitblit v1.8.0