fix(history): 创建时间 UTC→北京时间(+8); 标的列加宽(100→130)治折行 [nas]
CI/CD / test (push) Successful in 11s
CI/CD / nas-deploy (push) Successful in 25s
CI/CD / nas-verify (push) Successful in 6s

This commit is contained in:
2026-08-13 14:17:23 +08:00
parent 5248062102
commit 976c99de07
2 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -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>