From 4d0a487dc5f6b8dc15a8177d519f76ebaeb0d2ee Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 13 三月 2025 17:19:39 +0800
Subject: [PATCH] 原材料下单样式修改
---
src/views/system/menu/index.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue
index c9e5b75..108aa2a 100644
--- a/src/views/system/menu/index.vue
+++ b/src/views/system/menu/index.vue
@@ -223,8 +223,8 @@
</el-tooltip>
鍙湅鎴戞寜閽�
</span>
- <el-switch v-model="form.isRersonalButton" inactive-text="涓嶆樉绀�" active-text="鏄剧ず" inactive-value="0"
- active-value="1">
+ <el-switch v-model="form.isRersonalButton" inactive-text="涓嶆樉绀�" active-text="鏄剧ず" :inactive-value="0"
+ :active-value="1">
</el-switch>
</el-form-item>
</el-col>
@@ -340,7 +340,8 @@
isFrame: "1",
isCache: "0",
visible: "0",
- status: "0"
+ status: "0",
+ isRersonalButton: 0
};
this.resetForm("form");
},
@@ -379,6 +380,7 @@
this.getTreeselect();
getMenu(row.menuId).then(response => {
this.form = response.data;
+ this.form.isRersonalButton = Number(this.form.isRersonalButton)
this.open = true;
this.title = "淇敼鑿滃崟";
});
--
Gitblit v1.9.3