| | |
| | | <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> |
| | |
| | | { |
| | | type: 'row', |
| | | items: [ |
| | | { label: '订单编号', id: 'orderId', type: 'input' }, |
| | | { label: '订单编号', id: 'orderNo', type: 'input' }, |
| | | { label: '商品名称', id: 'flowerName', type: 'input' }, |
| | | { |
| | | label: '评价星级', |
| | |
| | | { |
| | | label: '申请日期', |
| | | component: 'el-bus-date-range', |
| | | id: 'createDateBeginStr', |
| | | id: 'commentStartDate', |
| | | commonFormat: true, |
| | | commonFormatProps: ['createDateBeginStr', 'createDateEndStr'], |
| | | commonFormatProps: ['commentStartDate', 'commentEndDate'], |
| | | customClass: 'in-bus-form', |
| | | }, |
| | | ], |