src/menu/components/carousel/data-card/options.jsx
@@ -79,6 +79,7 @@ field: 'modalContent', label: '弹窗内容', initval: wrap.modalContent || 'message', tooltip: '使用系统更新时,如果返回值的ErrCode为-1,只会做系统配置更新不会显示弹窗。注:数据源使用同步查询时无效。', required: false, options: [ {value: 'message', label: '消息提醒'}, @@ -211,7 +212,7 @@ {value: 'true', label: '启用'}, {value: 'false', label: '禁用'}, ], forbid: !appType forbid: !appType || sessionStorage.getItem('editMenuType') === 'popview' }, { type: 'multiselect',