From 0bf731c79760d45bb3fbfe1b3ef95cf30c435355 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 11 十月 2024 09:15:38 +0800
Subject: [PATCH] fix:评价列表

---
 pages/order/evaluation/index.vue      |    6 +++---
 components/order/evaluation-table.vue |    2 +-
 2 files changed, 4 insertions(+), 4 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>
diff --git a/pages/order/evaluation/index.vue b/pages/order/evaluation/index.vue
index a9098eb..53634d4 100644
--- a/pages/order/evaluation/index.vue
+++ b/pages/order/evaluation/index.vue
@@ -39,7 +39,7 @@
           {
             type: 'row',
             items: [
-              { label: '订单编号', id: 'orderId', type: 'input' },
+              { label: '订单编号', id: 'orderNo', type: 'input' },
               { label: '商品名称', id: 'flowerName', type: 'input' },
               {
                 label: '评价星级',
@@ -54,9 +54,9 @@
               {
                 label: '申请日期',
                 component: 'el-bus-date-range',
-                id: 'createDateBeginStr',
+                id: 'commentStartDate',
                 commonFormat: true,
-                commonFormatProps: ['createDateBeginStr', 'createDateEndStr'],
+                commonFormatProps: ['commentStartDate', 'commentEndDate'],
                 customClass: 'in-bus-form',
               },
             ],

--
Gitblit v1.9.3