Commit 7b09a097 by crushh

update: dist

parent dbbc787a
......@@ -202,7 +202,7 @@ export default {
const { result, totalCount } = res.result || {};
this.total = totalCount;
this.tableData = result;
if (this.scene == 5) {
this.tableData.forEach((item, index) => {
item.isPlay = false;
item.id = index;
......@@ -214,7 +214,7 @@ export default {
// item.aiTelRecordUrl = null;
// item.aiTelRecordText = 'AI:你出行了吗<br><br用户:<br><br>AI:好的,这边不打扰了<br><br用户:<br><br>AI:抱歉,暂时没听清您的问题<br><br您刚刚说什么来着?<br><brAI:你出行了吗<br><br用户:<br><br>AI:好的,这边不打扰了<br>用户:<br><br>';
});
}
// this.tableData = [
// {
// smsSendTime: 1647852104000, //短信发送时间
......
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