From 9284dbc97513286ac3f16782a5088cc838682897 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期日, 07 四月 2024 18:30:04 +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