[update] 52992
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
@change="tableOnChange"
|
||||
>
|
||||
<span slot="showContent" slot-scope="text, record" class="item-solt">
|
||||
<a-tooltip placement="top" class="item-content-tooltip" >
|
||||
<template slot="title" class="item-content-title">
|
||||
<span class="item-content-show" v-html="record.iterms_conditions"></span>
|
||||
</template>
|
||||
<span class="content-show" href="javascript:;" @click="showContent">{{record.iterms_conditions&&record.iterms_conditions!=='null'?record.iterms_conditions.replace(/<.*?>/ig, ' ') : ''}}</span>
|
||||
</a-tooltip>
|
||||
<!-- <a-tooltip placement="top" class="item-content-tooltip" >-->
|
||||
<!-- <template slot="title" class="item-content-title">-->
|
||||
<!-- <span class="item-content-show" v-html="record.iterms_conditions"></span>-->
|
||||
<!-- </template>-->
|
||||
<span class="content-show" href="javascript:;" @click="showContent(text,record)">{{record.iterms_conditions&&record.iterms_conditions!=='null'?record.iterms_conditions.replace(/<.*?>/ig, ' ') : ''}}</span>
|
||||
<!-- </a-tooltip>-->
|
||||
</span>
|
||||
|
||||
<span slot="operation" slot-scope="record" class="operate">
|
||||
|
||||
Reference in New Issue
Block a user