Commit 98937457 by crushh

update; dist

parent 24ad4cc4
......@@ -83,7 +83,7 @@
<div class="btnBg" style="margin-left:12px">
<el-tooltip placement="top" :disabled="!row.aiTelRecordText">
<div slot="content">
{{ row.isPlay ? '暂停录音' : '播放录音' }}
{{ row.isPlay ? '暂停播放' : '播放录音' }}
</div>
<el-button size="small" type="text" @click="handleListen(row)" :disabled="!row.aiTelRecordText || (row.aiTelRecordText && !row.aiTelRecordUrl)">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment