Commit 028c652f authored by linpeiqin's avatar linpeiqin

修改预测详细结果展示

parent aae56bc7
......@@ -2,15 +2,11 @@
<template>
<div class="tableBox">
<vxe-table border show-header-overflow show-overflow :row-config="{ isHover: true }" :data="myDataSetPage.tableData.impl.dataList" min-height="96">
<vxe-column title="模型名称">
<template>
{{ item.modelVersionIdDictMap.name }}
</template>
</vxe-column>
<vxe-table border show-header-overflow show-overflow :row-config="{ isHover: true }" :data="myDataSetPage.tableData.impl.dataList" min-height="96" :resizable="true">
<vxe-column field="datasetName" title="数据集名称"></vxe-column>
<vxe-column field="input" title="Prompt问题"></vxe-column>
<vxe-column field="predict" title="预期回答"></vxe-column>
<vxe-column field="label" title="模型结果"></vxe-column>
<vxe-column field="predict" title="模型预测"></vxe-column>
<vxe-column field="label" title="预期回答"></vxe-column>
</vxe-table>
<el-row slot="pagination" type="flex" justify="end" style="margin-top: 16px;width: 100%;">
......
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