From c5e5a7580632bc39a9e0c78d548f22a8be5f2019 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 18 十月 2023 18:04:51 +0800 Subject: [PATCH] 2023-10-18 --- src/mob/components/topbar/normal-navbar/options.jsx | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/mob/components/topbar/normal-navbar/options.jsx b/src/mob/components/topbar/normal-navbar/options.jsx index 703c3a7..5fbab72 100644 --- a/src/mob/components/topbar/normal-navbar/options.jsx +++ b/src/mob/components/topbar/normal-navbar/options.jsx @@ -44,6 +44,9 @@ if (wrap.refresh === 'true') { funs.push('refresh') } + if (wrap.resetPwd === 'true') { + funs.push('resetPwd') + } const topbarWrapForm = [ { @@ -77,13 +80,16 @@ options: [ {value: 'back', label: '杩斿洖'}, {value: 'scan', label: '鎵竴鎵�'}, + {value: 'resetPwd', label: '淇敼瀵嗙爜'}, {value: 'refresh', label: '鍒锋柊'}, {value: 'logout', label: '閫�鍑�'}, ], controlFields: [ {field: 'reload', values: ['back']}, {field: 'linkmenu', values: ['scan']}, + {field: 'prefix', values: ['scan']}, ], + span: 24 }, { type: 'radio', @@ -174,6 +180,14 @@ options: menulist }, { + type: 'text', + field: 'prefix', + label: '鍓嶇紑', + initval: wrap.prefix || '', + tooltip: '鎵爜淇℃伅灏嗕笌鍓嶇紑鎷兼帴鍚庢墽琛屻�傛敞锛氳烦杞彍鍗曢渶浠kbid寮�澶淬��', + required: false + }, + { type: 'radio', field: 'minishow', label: '灏忕▼搴忎腑', -- Gitblit v1.8.0