src/menu/components/carousel/data-card/options.jsx
@@ -8,7 +8,7 @@ if (roleList) { try { roleList = JSON.parse(roleList) } catch { } catch (e) { roleList = [] } } else { @@ -91,7 +91,7 @@ {value: 'true', label: '是'}, {value: 'false', label: '否'}, ], forbid: appType !== 'mob' forbid: true // v5 不支持垂直显示 }, { type: 'radio', @@ -125,7 +125,8 @@ label: '黑名单', initval: wrap.blacklist || [], required: false, options: roleList options: roleList, forbid: !!appType }, ]