Commit 95487f43 by caoyanzhi

update: ai营销bug

parent 732a47a8
<template>
<div>
<div class="search-bar">
<el-select class="contrast" placeholder="选择对比项" clearable v-if="comparative.options.length > 0" v-model="comparative.type" @change="getComparativeData">
<el-select class="contrast" placeholder="选择对比项" clearable v-if="comparative.options.length > 0" v-model="comparative.type" @change="onComparativeChange">
<el-option v-for="el in comparative.options" :key="el.value" :value="el.value" :label="el.label"></el-option>
</el-select>
<div class="contrast-box" v-if="comparative.type">
......
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