king
2025-04-23 c8dec113736cc78c47cd63377d756d364b42a94e
src/menu/components/share/actioncomponent/dragaction/card.jsx
@@ -46,6 +46,8 @@
    hasProfile = true
  } else if (card.funcType === 'megvii') {
    hasProfile = true
  } else if (card.payMode === 'system') {
    hasProfile = true
  }
  let btnElement = null
@@ -109,7 +111,7 @@
        {!card.$fixed ? <CopyOutlined className="copy" onClick={() => copyCard(id)} /> : null}
        {!card.$fixed ? <CloseOutlined className="close" onClick={() => delCard(id)} /> : null}
        {type !== 'datacard' && type !== 'basetable' && !card.$fixed ? <FontColorsOutlined className="style" title="调整样式" onClick={() => changeStyle(id)}/> : ''}
        {hasProfile ? <ProfileOutlined className="profile" title="验证" onClick={() => profileCard(id)} /> : null}
        {hasProfile ? <ProfileOutlined className="profile" title="验证信息" onClick={() => profileCard(id)} /> : null}
        {updateTime}
      </div>
    } trigger="hover">