cloudroam
2024-10-11 0bf731c79760d45bb3fbfe1b3ef95cf30c435355
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',
              },
            ],