fix:添加finyx
This commit is contained in:
parent
2438a83bb7
commit
61205bd973
@ -135,26 +135,6 @@
|
||||
</el-popover>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="结果标记" align="center" class-name="small-padding fixed-width" width="280">
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
v-show="showBtn(scope.row, 'FINYX_F')"
|
||||
link
|
||||
type="primary"
|
||||
icon="Edit"
|
||||
@click="openDialog(scope.row, 'FINYX_F')"
|
||||
:class="[matchIdType.id === scope.row.matchId && matchIdType.type === 'FINYX_F' ? 'has-active' : '']"
|
||||
>finyx-AI</el-button>
|
||||
<el-button
|
||||
v-show="showBtn(scope.row, 'D3_F')"
|
||||
link
|
||||
type="primary"
|
||||
icon="Edit"
|
||||
@click="openDialog(scope.row, 'D3_F')"
|
||||
:class="[matchIdType.id === scope.row.matchId && matchIdType.type === 'D3_F' ? 'has-active' : '']"
|
||||
>D3-index</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="Finyx预测结果" width="300" align="center">
|
||||
<el-table-column label="常" width="50" align="center">
|
||||
<template #default="scope">
|
||||
@ -186,6 +166,26 @@
|
||||
<span :class="['icon-d3', tableColumnActive(scope.row, 'FINYX_F', 'asianHandicapFlag')]"></span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column>
|
||||
<el-table-column label="结果标记" align="center" class-name="small-padding fixed-width" width="280">
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
v-show="showBtn(scope.row, 'FINYX_F')"
|
||||
link
|
||||
type="primary"
|
||||
icon="Edit"
|
||||
@click="openDialog(scope.row, 'FINYX_F')"
|
||||
:class="[matchIdType.id === scope.row.matchId && matchIdType.type === 'FINYX_F' ? 'has-active' : '']"
|
||||
>finyx-AI</el-button>
|
||||
<el-button
|
||||
v-show="showBtn(scope.row, 'D3_F')"
|
||||
link
|
||||
type="primary"
|
||||
icon="Edit"
|
||||
@click="openDialog(scope.row, 'D3_F')"
|
||||
:class="[matchIdType.id === scope.row.matchId && matchIdType.type === 'D3_F' ? 'has-active' : '']"
|
||||
>D3-index</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="D3预测结果" width="300" align="center">
|
||||
<el-table-column label="常" width="50" align="center">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user