|
@@ -98,30 +98,30 @@
|
|
|
<el-table-column label="通话时长" align="center" prop="timeLenSec" />
|
|
<el-table-column label="通话时长" align="center" prop="timeLenSec" />
|
|
|
<el-table-column label="纯通时长" align="center" prop="timeLenValidStr" />
|
|
<el-table-column label="纯通时长" align="center" prop="timeLenValidStr" />
|
|
|
<el-table-column label="挂断原因" align="center" prop="hangupCause" />
|
|
<el-table-column label="挂断原因" align="center" prop="hangupCause" />
|
|
|
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- <el-button
|
|
|
|
|
- size="mini"
|
|
|
|
|
- type="text"
|
|
|
|
|
- icon="el-icon-video-play"
|
|
|
|
|
- @click="playVoice(scope.row.wavfile)"
|
|
|
|
|
- v-hasPermi="['company:aiSipCall:phone:downloadVoice']"
|
|
|
|
|
- v-if="scope.row.wavfile && scope.row.timeLenValid && scope.row.timeLenValid != 0"
|
|
|
|
|
- style="color: #409EFF;"
|
|
|
|
|
- >播放
|
|
|
|
|
- </el-button>
|
|
|
|
|
- <el-button
|
|
|
|
|
- size="mini"
|
|
|
|
|
- type="text"
|
|
|
|
|
- icon="el-icon-download"
|
|
|
|
|
- @click="downloadVoice(scope.row.wavfile)"
|
|
|
|
|
- v-hasPermi="['company:aiSipCall:phone:downloadVoice']"
|
|
|
|
|
- v-if="scope.row.wavfile && scope.row.timeLenValid && scope.row.timeLenValid != 0"
|
|
|
|
|
- style="color: #67C23A;"
|
|
|
|
|
- >下载
|
|
|
|
|
- </el-button>
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
|
|
+<!-- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">-->
|
|
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
|
|
+<!-- <el-button-->
|
|
|
|
|
+<!-- size="mini"-->
|
|
|
|
|
+<!-- type="text"-->
|
|
|
|
|
+<!-- icon="el-icon-video-play"-->
|
|
|
|
|
+<!-- @click="playVoice(scope.row.wavfile)"-->
|
|
|
|
|
+<!-- v-hasPermi="['company:aiSipCall:phone:downloadVoice']"-->
|
|
|
|
|
+<!-- v-if="scope.row.wavfile && scope.row.timeLenValid && scope.row.timeLenValid != 0"-->
|
|
|
|
|
+<!-- style="color: #409EFF;"-->
|
|
|
|
|
+<!-- >播放-->
|
|
|
|
|
+<!-- </el-button>-->
|
|
|
|
|
+<!-- <el-button-->
|
|
|
|
|
+<!-- size="mini"-->
|
|
|
|
|
+<!-- type="text"-->
|
|
|
|
|
+<!-- icon="el-icon-download"-->
|
|
|
|
|
+<!-- @click="downloadVoice(scope.row.wavfile)"-->
|
|
|
|
|
+<!-- v-hasPermi="['company:aiSipCall:phone:downloadVoice']"-->
|
|
|
|
|
+<!-- v-if="scope.row.wavfile && scope.row.timeLenValid && scope.row.timeLenValid != 0"-->
|
|
|
|
|
+<!-- style="color: #67C23A;"-->
|
|
|
|
|
+<!-- >下载-->
|
|
|
|
|
+<!-- </el-button>-->
|
|
|
|
|
+<!-- </template>-->
|
|
|
|
|
+<!-- </el-table-column>-->
|
|
|
</el-table>
|
|
</el-table>
|
|
|
|
|
|
|
|
<pagination
|
|
<pagination
|