src/menu/components/share/actioncomponent/formconfig.jsx
@@ -484,13 +484,13 @@ type: 'radio', key: 'swipe', label: "滑动显示", initVal: card.swipe || 'false', initVal: card.swipe === 'false' ? 'left' : (card.swipe || 'left'), // 移动端仅保留滑动显示按钮 required: false, forbid: (type !== 'datacard' || appType !== 'mob'), options: [{ value: 'false', text: '否' }, { // value: 'false', // text: '否' // }, { value: 'left', text: '左滑' }, {