From b1207d7cba21fc9f81fff64842c9040c8cf1473c Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期一, 30 十二月 2024 10:00:33 +0800
Subject: [PATCH] 1.批量任务-用户列表传入userId

---
 pages/order/evaluation/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/order/evaluation/index.vue b/pages/order/evaluation/index.vue
index 4692263..a67c40b 100644
--- a/pages/order/evaluation/index.vue
+++ b/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)

--
Gitblit v1.9.3