From 13dab651f815f307ca3a5def321ea8919e9f6ff2 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期六, 12 十月 2024 11:32:30 +0800
Subject: [PATCH] 1.合伙人结算报表
---
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