From c1e63cea5b1b5db3d372b160c9f352c34b9fa585 Mon Sep 17 00:00:00 2001 From: wood chen Date: Sat, 8 Feb 2025 21:43:59 +0800 Subject: [PATCH] Refactor Prices view import and table display logic --- frontend/src/views/Prices.vue | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/frontend/src/views/Prices.vue b/frontend/src/views/Prices.vue index 1b7d848..a4eab41 100644 --- a/frontend/src/views/Prices.vue +++ b/frontend/src/views/Prices.vue @@ -126,12 +126,7 @@ {{ row.output_price === 0 ? '免费' : calculateRate(row.output_price, row.currency) }} - - - - +
+
+ 创建者: + {{ row.created_by }} +
价格来源:
@@ -159,7 +158,7 @@ - +