From 3c0375d675136df3225fe19329920f8ff675ed29 Mon Sep 17 00:00:00 2001 From: mayf <m13160102112@163.com> Date: 星期六, 12 十月 2024 13:59:50 +0800 Subject: [PATCH] 花农报表 --- components/order/evaluation-table.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/components/order/evaluation-table.vue b/components/order/evaluation-table.vue index f0e2f4e..2c22745 100644 --- a/components/order/evaluation-table.vue +++ b/components/order/evaluation-table.vue @@ -32,7 +32,7 @@ <div class="leading-20">{{ item.orderNo }}</div> </div> <div class="table-td !flex-none w-120 flex items-center"> - <div class="leading-20">{{item.commentGrade }}星</div> + <div class="leading-20" style="color: #3598db">{{item.commentGrade }}星</div> </div> <div class="table-td"> <div class="leading-20">{{ item.supplierName }}[ID:{{ item.supplierId }}]</div> -- Gitblit v1.9.3