bug448
This commit is contained in:
parent
2bcc93b0d6
commit
d92cf6925f
|
@ -57,13 +57,22 @@
|
|||
:id="data.title"
|
||||
:title="data.title"
|
||||
:ref="data.title"
|
||||
v-if="
|
||||
!(
|
||||
data.title == '算法优势' ||
|
||||
data.title == '应用场景' ||
|
||||
data.title == '应用案例' ||
|
||||
data.title == '常见问题' ||
|
||||
data.title == '计费标准信息'
|
||||
)
|
||||
"
|
||||
>
|
||||
{{ data.title }}
|
||||
</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> -->
|
||||
<div v-if="data.groupList.length > 0">
|
||||
<!-- <div v-if="data.groupList.length > 0">
|
||||
<div
|
||||
class="group-box"
|
||||
v-for="(data, i) in data.groupList"
|
||||
|
@ -97,11 +106,10 @@
|
|||
</div>
|
||||
<div v-if="data.groupList.length == 0" class="no-data">
|
||||
暂无数据
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- </div> -->
|
||||
<div
|
||||
class="flex-row-start row-tr"
|
||||
v-else
|
||||
v-for="(rowData, j) in data.list"
|
||||
:key="j"
|
||||
:class="j == data.list.length - 1 ? 'border-bottom' : ''"
|
||||
|
@ -235,51 +243,51 @@
|
|||
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: '服务接口',
|
||||
|
@ -311,14 +319,14 @@
|
|||
text: '服务商联系电话',
|
||||
},
|
||||
],
|
||||
常见问题: [
|
||||
{
|
||||
text: '常见问题',
|
||||
},
|
||||
{
|
||||
text: '回答',
|
||||
},
|
||||
],
|
||||
// 常见问题: [
|
||||
// {
|
||||
// text: '常见问题',
|
||||
// },
|
||||
// {
|
||||
// text: '回答',
|
||||
// },
|
||||
// ],
|
||||
}
|
||||
// 左侧导航
|
||||
const leftNav = ref([])
|
||||
|
|
Loading…
Reference in New Issue