This commit is contained in:
851673013@qq.com 2022-07-22 16:46:03 +08:00
parent 2bcc93b0d6
commit d92cf6925f
1 changed files with 67 additions and 59 deletions

View File

@ -57,13 +57,22 @@
:id="data.title" :id="data.title"
:title="data.title" :title="data.title"
:ref="data.title" :ref="data.title"
v-if="
!(
data.title == '算法优势' ||
data.title == '应用场景' ||
data.title == '应用案例' ||
data.title == '常见问题' ||
data.title == '计费标准信息'
)
"
> >
{{ data.title }} {{ data.title }}
</div> </div>
<!-- 算法优势 --> <!-- 算法优势 -->
<div class="group-data" v-if="data.groupName"> <!-- <div class="group-data" v-if="data.groupName"> -->
<!-- <compare-group-view :dataList="data.groupList"></compare-group-view> --> <!-- <compare-group-view :dataList="data.groupList"></compare-group-view> -->
<div v-if="data.groupList.length > 0"> <!-- <div v-if="data.groupList.length > 0">
<div <div
class="group-box" class="group-box"
v-for="(data, i) in data.groupList" v-for="(data, i) in data.groupList"
@ -97,11 +106,10 @@
</div> </div>
<div v-if="data.groupList.length == 0" class="no-data"> <div v-if="data.groupList.length == 0" class="no-data">
暂无数据 暂无数据
</div> </div> -->
</div> <!-- </div> -->
<div <div
class="flex-row-start row-tr" class="flex-row-start row-tr"
v-else
v-for="(rowData, j) in data.list" v-for="(rowData, j) in data.list"
:key="j" :key="j"
:class="j == data.list.length - 1 ? 'border-bottom' : ''" :class="j == data.list.length - 1 ? 'border-bottom' : ''"
@ -235,51 +243,51 @@
key: '算法介绍视频', key: '算法介绍视频',
}, },
], ],
算法优势: [ // : [
{
text: '算法优势名称',
key: 'name',
},
{
text: '算法优势描述',
key: 'desc',
},
],
应用场景: [
{
text: '场景名称',
key: '场景名称',
},
{
text: '场景描述',
key: '场景描述',
},
],
应用案例: [
{
text: '关联应用',
},
{
text: '算法需求背景',
},
{
text: '算法应用期望达成效果',
},
],
计费标准信息: [
{
text: '是否收费',
},
{
text: '计费方式',
},
{
text: '计费描述',
},
// { // {
// text: '', key: '' // text: '',
// key: 'name',
// }, // },
], // {
// text: '',
// key: 'desc',
// },
// ],
// : [
// {
// text: '',
// key: '',
// },
// {
// text: '',
// key: '',
// },
// ],
// : [
// {
// text: '',
// },
// {
// text: '',
// },
// {
// text: '',
// },
// ],
// : [
// {
// text: '',
// },
// {
// text: '',
// },
// {
// text: '',
// },
// // {
// // text: '', key: ''
// // },
// ],
使用方式: [ 使用方式: [
{ {
text: '服务接口', text: '服务接口',
@ -311,14 +319,14 @@
text: '服务商联系电话', text: '服务商联系电话',
}, },
], ],
常见问题: [ // : [
{ // {
text: '常见问题', // text: '',
}, // },
{ // {
text: '回答', // text: '',
}, // },
], // ],
} }
// //
const leftNav = ref([]) const leftNav = ref([])