Prechádzať zdrojové kódy

鸿德堂 SIP外呼相关

Long 1 týždeň pred
rodič
commit
a61474642f

+ 24 - 24
src/views/aiSipCall/aiSipCallOutboundCar.vue

@@ -98,30 +98,30 @@
       <el-table-column label="通话时长" align="center" prop="timeLenSec" />
       <el-table-column label="纯通时长" align="center" prop="timeLenValidStr" />
       <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>
 
     <pagination

+ 1 - 1
src/views/store/user/myList.vue

@@ -143,7 +143,7 @@
             type="text"
             v-hasPermi="['his:user:getSipPhoneNumber']"
             v-if="scope.row.phone"
-            @click="handleCall(scope.row)"
+            @click="handleCall(scope.row.userId)"
           >外呼</el-button>
         </template>
       </el-table-column>