列表页移除分析逻辑和风险提示列,改为查看按钮引导至抽屉明细
This commit is contained in:
@@ -152,8 +152,11 @@ onMounted(fetchList)
|
||||
<el-table-column label="阻力位" width="130">
|
||||
<template #default="{ row }">{{ formatLevels(row.resistance) }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="reasoning" label="分析逻辑" min-width="200" show-overflow-tooltip />
|
||||
<el-table-column prop="risk_note" label="风险提示" min-width="120" show-overflow-tooltip />
|
||||
<el-table-column label="明细" width="80" align="center">
|
||||
<template #default="{ row }">
|
||||
<el-button type="primary" link size="small" @click.stop="openDrawer(row)">查看</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
<el-drawer v-model="drawerOpen" :title="drawerTitle" size="480px" direction="rtl">
|
||||
|
||||
Reference in New Issue
Block a user