Commit db983c7c by caoyanzhi

update: AI营销

parent adb42320
......@@ -11,6 +11,8 @@
<!-- <link rel="stylesheet" href="//at.alicdn.com/t/font_2996579_93aeeozj35q.css"> -->
<link rel="stylesheet" href="//at.alicdn.com/t/font_3229694_vfjtu9hqyrc.css"> <!--GIC3.0营销-->
<script src="//at.alicdn.com/t/font_3229694_vfjtu9hqyrc.js"></script> <!--GIC3.0营销-->
<link rel="stylesheet" href="//at.alicdn.com/t/font_2996579_875h3lycepk.css"> <!-- 3.0企业 -->
<script src="//at.alicdn.com/t/font_2996579_875h3lycepk.js"></script><!-- 3.0企业 -->
<!-- <link rel="stylesheet" href="//web-1251519181.file.myqcloud.com/components/element.2.12.0.css"> -->
<!-- element 皮肤 -->
<!-- <link rel="stylesheet" type="text/css" href="http://web-1251519181.file.myqcloud.com/lib/elementUI/theme.1.0.1/index.css"> -->
......
......@@ -28,7 +28,12 @@
<div class="no-data-text">还未创建话术,请联系运营经理创建话术</div>
</div>
<el-dialog :visible.sync="tempDetail.show" @closed="onClosed" width="760px" title="查看话术">
<div v-if="!Array.isArray(tempDetail.tempData) || tempDetail.tempData.length == 0" class="no-temp-data">暂无话术节点</div>
<div v-if="!Array.isArray(tempDetail.tempData) || tempDetail.tempData.length == 0" class="no-temp-data">
<svg class="no-temp-icon" aria-hidden="true">
<use xlink:href="#icon-zanwuhuashu"></use>
</svg>
暂无话术内容
</div>
<template v-else>
<div class="temp-detail-item" v-for="el in tempDetail.tempData" :key="el.decisionId">
<div class="temp-detail-content">
......@@ -229,9 +234,19 @@ export default {
}
}
.no-temp-data {
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 20px;
text-align: center;
color: #909399;
font-size: 14px;
font-weight: 400;
color: #606266;
line-height: 20px;
.no-temp-icon {
margin-bottom: 18px;
width: 44px;
height: 44px;
}
}
.temp-detail-item {
padding-bottom: 10px;
......
......@@ -86,7 +86,7 @@
<div class="recharge-today-item border2 flex_between">
<div class="text-center">
<div class="icon-box color3">
<i class="iconfont icon-shuangxianghujiao fz36"></i>
<i class="iconfont icon-shuangxianghujiao1 fz36"></i>
</div>
</div>
<div class="flex_between flex1 pl10">
......@@ -137,7 +137,7 @@
<template v-if="scope.row.type === 'video'">{{ scope.row.count || 0 }} G</template>
<template v-else>
<span>{{ scope.row.count }}</span>
{{ scope.row.type === 'call' || scope.row.type === 'record' ? '分钟' : '条' }}
{{ scope.row.type === 'call' || scope.row.type === 'record' || scope.row.type == 'ai-call' ? '分钟' : '条' }}
</template>
</template>
</el-table-column>
......
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