Commit b7799cd4 by caoyanzhi

update: ai营销调整

parent 7317311a
......@@ -22,7 +22,7 @@
<el-table-column label="通话状态" min-width="80px" prop="aiStatus" show-overflow-tooltip :formatter="(row, col, val) => formatAiStatus(val)"></el-table-column>
<el-table-column label="通话时长" min-width="80px" prop="aiDurationSec" :formatter="(row, col, val) => (val > 0 ? `${val}s` : '0s')"></el-table-column>
<el-table-column label="意向标签" min-width="130px" prop="aiLabel" :formatter="(row, col, val) => val || '--'"></el-table-column>
<el-table-column label="消费金额(实付)" min-width="120px" prop="orderPayAmount" :formatter="(row, col, val) => (val == null ? '--' : val)"></el-table-column>
<el-table-column label="活动转化金额(实付)" min-width="160px" prop="orderPayAmount" :formatter="(row, col, val) => (val == null ? '--' : val)"></el-table-column>
<el-table-column label="外呼时间" min-width="100px" prop="aiTime">
<template slot-scope="{ row }">
<p>{{ formatDateTimeByType(row.aiTime, 'yyyy-MM-dd') || '--' }}</p>
......
......@@ -8,9 +8,9 @@
<dm-sub-title title-align="space-between">
<div>
AI外呼数据
<span class="title-tip">数据实时更新</span>
<span class="title-tip">(数据实时更新)</span>
<el-button class="check-detail" @click="toDetailPage">查看详情</el-button>
</div>
<el-button type="text" @click="toDetailPage">查看详情</el-button>
</dm-sub-title>
<ai-data :ai-data-show="flags"></ai-data>
</div>
......@@ -18,9 +18,9 @@
<dm-sub-title title-align="space-between">
<div>
活动转化数据
<span class="title-tip">数据每天更新 1 次</span>
<span class="title-tip">(数据每天更新 1 次)</span>
<el-button class="check-detail" @click="toDetailPage">查看详情</el-button>
</div>
<el-button type="text" @click="toDetailPage">查看详情</el-button>
</dm-sub-title>
<conversion :member-type="flags.memberType" :filter-json="filterJson"></conversion>
</div>
......@@ -74,6 +74,12 @@ export default {
color: #606266;
line-height: 17px;
}
.check-detail {
margin-left: 16px;
color: #2f54eb;
background: #ebeffe;
border: none;
}
}
}
</style>
......@@ -56,6 +56,7 @@ export default {
align-items: flex-end;
margin-top: 8px;
font-size: 24px;
font-family: DINAlternate-Bold, DINAlternate;
font-weight: bold;
color: #303133;
line-height: 28px;
......
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