cloudroam
2024-12-31 2eeea7a6431f0b5fb25b338e2512c48deab8652e
pages/order/evaluation/index.vue
@@ -52,7 +52,7 @@
                },
              },
              {
                label: '申请日期',
                label: '评价时间',
                component: 'el-bus-date-range',
                id: 'commentStartDate',
                commonFormat: true,
@@ -245,7 +245,7 @@
      )
      if (code === 0) {
        const row = data[0]
        row.supplierName = row.supplierName+'[ID:'+ row.supplierId +']'
        row.supplierName = row.supplierName+'[ID:'+ row.supplierId +'], 电话:'+row.supplierContactTel
        row.customerName = row.customerName+'[UID:'+ row.customerId +']'
        row.commentGrade = row.commentGrade+'星'
        this.$refs.crud.$refs.extraDialog[0].show(row)