king
2020-06-12 768ffeb457c45a4b1c98a7441144686a72ccf287
2020-06-12
2个文件已修改
4 ■■■■ 已修改文件
src/tabviews/zshare/actionList/normalbutton/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/templates/sharecomponent/cardcomponent/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -79,7 +79,7 @@
   */
  actionTrigger = (record) => {
    const { setting, Tab, BID, btn, selectedData } = this.props
    console.log(selectedData)
    if (Tab && Tab.supMenu && !BID) {
      notification.warning({
        top: 92,
src/templates/sharecomponent/cardcomponent/index.jsx
@@ -311,7 +311,7 @@
    } else {
      outclass += ' ant-card-bordered'
    }
    console.log(card.header.actions)
    return (
      <div className="line-card-edit-box mingke-table">
        {card.title ? <p className="chart-title">{card.title}</p> : null}