Commit 38578293 by caoyanzhi

update: ai营销

parent ae3abf31
......@@ -13,7 +13,8 @@
<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企业 -->
<script src="//at.alicdn.com/t/font_2859043_udehp133w1.css"></script><!--3.0组件库-->
<link src="//at.alicdn.com/t/font_2859043_udehp133w1.css"><!--3.0组件库-->
<script src="//at.alicdn.com/t/font_2859043_udehp133w1.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"> -->
......
......@@ -254,6 +254,7 @@ export default {
this.comparative.options = [];
if (this.memberType == 0) {
getMemberCrowd({ memberCrowdWidgetId: this.filterJson }).then(res => {
if (Object.prototype.toString.call(res.result) != '[object Object]') return;
const filterFrontShow = JSON.parse(res.result.filterFrontShow || '[]');
this.comparative.options = filterFrontShow
.map(typeItem => {
......
......@@ -2,9 +2,9 @@
<div class="message">
<div class="search-bar">
<el-input v-model="search.nameAndId" @change="onSearch" style="width: 260px" type="text" placeholder="请输入话术名称/ID" prefix-icon="el-icon-search" clearable></el-input>
<el-select v-model="search.status" @change="onSearch" style="margin-left: 10px;width: 160px" placeholder="全部状态" clearable>
<!-- <el-select v-model="search.status" @change="onSearch" style="margin-left: 10px;width: 160px" placeholder="全部状态" clearable>
<el-option v-for="el in statusList" :key="el.value" :value="el.value" :label="el.label"></el-option>
</el-select>
</el-select> -->
<el-alert title="若需要增加话术,请联系运营经理" style="margin-left: 10px; width: 264px" show-icon :closable="false"></el-alert>
</div>
<div class="temp-list">
......
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