cloudroam
2024-10-11 0bf731c79760d45bb3fbfe1b3ef95cf30c435355
fix:评价列表
已修改2个文件
8 ■■■■ 文件已修改
components/order/evaluation-table.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/evaluation/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
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',
              },
            ],