src/menu/components/card/cardcomponent/options.jsx
@@ -19,6 +19,11 @@ } else { appmenulist = [] } if (appType === 'mob' && hasMenus) { // 数据卡可打开即时通信 appmenulist.push({ value: 'IM', label: '即时通信(系统页)' }) } } else { menulist = sessionStorage.getItem('fstMenuList') if (menulist) { @@ -86,9 +91,9 @@ { type: 'text', field: 'primaryId', label: '主键值', label: '静态主键值', initval: setting.primaryId || '', tooltip: '设置一个属性卡静态ID,向其他组件传递的指定静态ID值', tooltip: '设置一个属性卡静态ID,向其他组件传递的指定静态ID值,主键为动态值时无效。', required: false, forbid: subtype !== 'propcard' },