diff --git a/src/views/components/HistoryRecord.vue b/src/views/components/HistoryRecord.vue index 9222df9..0c367bd 100644 --- a/src/views/components/HistoryRecord.vue +++ b/src/views/components/HistoryRecord.vue @@ -95,7 +95,10 @@ />
-
{{ record.stockCode }}
+
+ {{ record.stockName || record.stockCode }} + ({{ record.stockCode }}) +
{{ moment(record.updatedTime).format("YYYY-MM-DD HH:mm:ss") }}
@@ -940,6 +943,17 @@ onMounted(() => { -webkit-box-orient: vertical; } +.stock-name { + font-weight: 500; + margin-right: 4px; +} + +.stock-code { + color: rgba(255, 255, 255, 0.7); + font-size: 12px; + font-weight: 400; +} + .record-time { color: rgba(255, 255, 255, 0.6); font-size: 11px;