From baeb25b20d147adbcb8ea6c398eb0bbc9a2f92bb Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 05 三月 2024 18:52:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/silk/silk-web
---
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