vue-ant之让表格内的按钮提示信息[文字提示]

如何让表格内的按钮提示信息

<span slot="action" slot-scope="text, record">
  <a-tooltip>
          <template slot='title'>
             邀请
          </template>
           <a @click="addDriverRelationInvitation(record)">
           <a-icon style="margin-left: 10px" type="share-alt"/>
           </a>
        </a-tooltip>
        </span>

在这里插入图片描述

在这里插入图片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章