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 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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