From d59f518f466274b2caeb2e01c10c92deafe7c93b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 二月 2022 11:48:29 +0800 Subject: [PATCH] 2022-02-09 --- src/mob/components/tabs/antv-tabs/options.jsx | 26 +++++++++++++++++--------- 1 files changed, 17 insertions(+), 9 deletions(-) diff --git a/src/mob/components/tabs/antv-tabs/options.jsx b/src/mob/components/tabs/antv-tabs/options.jsx index 7d7782b..1b32739 100644 --- a/src/mob/components/tabs/antv-tabs/options.jsx +++ b/src/mob/components/tabs/antv-tabs/options.jsx @@ -34,17 +34,25 @@ allowClear: true, span: 22 }, + // { + // type: 'radio', + // field: 'hasSearch', + // label: '鎼滅储', + // initval: tab.hasSearch || 'false', + // required: false, + // options: [ + // {value: 'false', label: '鏃�'}, + // {value: 'icon', label: '鏈�'}, + // ], + // forbid: appType !== 'mob' || setting.display !== 'inline-block', + // span: 22 + // }, { - type: 'radio', - field: 'hasSearch', - label: '鎼滅储', - initval: tab.hasSearch || 'false', + type: 'color', + field: 'backgroundColor', + label: '鑳屾櫙鑹�', + initval: tab.backgroundColor || 'transparent', required: false, - options: [ - {value: 'false', label: '鏃�'}, - {value: 'icon', label: '鏈�'}, - ], - forbid: appType !== 'mob' || setting.display !== 'inline-block', span: 22 }, { -- Gitblit v1.8.0