fix(history): 创建时间 UTC→北京时间(+8); 标的列加宽(100→130)治折行 [nas]
This commit is contained in:
@@ -158,7 +158,7 @@ function statusLabel(s: string): string {
|
||||
<template #default="{ row }"><span class="chip" :class="`chip-${row.type}`">{{ typeLabel(row.type) }}</span></template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="strategy" label="策略 / 因子" min-width="130" show-overflow-tooltip />
|
||||
<el-table-column prop="symbol" label="标的" width="100" />
|
||||
<el-table-column prop="symbol" label="标的" width="130" />
|
||||
<el-table-column label="状态" width="88">
|
||||
<template #default="{ row }"><span class="chip" :class="`st-${row.status}`">{{ statusLabel(row.status) }}</span></template>
|
||||
</el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user