其他分享
首页 > 其他分享> > a标签直接跳转页面

a标签直接跳转页面

作者:互联网

            <a
              class="abAccount"
              :href="`${personDetailUrl}` + scope.row.personId"
              target="_blank"
              title="进入人物主页"
            >{{scope.row.accountName}}</a>

  

标签:标签,accountName,跳转,scope,页面,row
来源: https://www.cnblogs.com/tdcqcrtd/p/14846283.html