From 53b9fb93d0376eb02bb996935f1720b4e95cd897 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 12 十月 2022 14:41:06 +0800
Subject: [PATCH] 2022-10-12

---
 src/mob/components/menubar/normal-menubar/options.jsx |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/src/mob/components/menubar/normal-menubar/options.jsx b/src/mob/components/menubar/normal-menubar/options.jsx
index 97bc816..0cdd7bc 100644
--- a/src/mob/components/menubar/normal-menubar/options.jsx
+++ b/src/mob/components/menubar/normal-menubar/options.jsx
@@ -48,8 +48,9 @@
       initval: wrap.layout || 'grid',
       required: false,
       options: [
-        {value: 'grid', label: '鏍呮牸甯冨眬'},
-        {value: 'vertical', label: '涓婁笅甯冨眬'},
+        {value: 'grid', label: '鏍呮牸'},
+        {value: 'vertical', label: '涓婁笅'},
+        {value: 'flex', label: '寮规��'},
       ]
     },
     {
@@ -63,7 +64,18 @@
         {value: 'true', label: '鍙坊鍔�'},
         {value: 'false', label: '涓嶅彲娣诲姞'},
       ]
-    }
+    },
+    {
+      type: 'radio',
+      field: 'permission',
+      label: '鏉冮檺楠岃瘉',
+      initval: wrap.permission || 'false',
+      required: false,
+      options: [
+        {value: 'true', label: '鍚敤'},
+        {value: 'false', label: '绂佺敤'},
+      ]
+    },
   ]
 
   return menuWrapForm

--
Gitblit v1.8.0