From cf9a8ed8dcd2c509d63a0bd3f683f65c2df96888 Mon Sep 17 00:00:00 2001 From: mayf <m13160102112@163.com> Date: 星期五, 18 十月 2024 10:42:53 +0800 Subject: [PATCH] 财务报表调整 --- pages/order/evaluation/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/order/evaluation/index.vue b/pages/order/evaluation/index.vue index 4692263..3db7da0 100644 --- a/pages/order/evaluation/index.vue +++ b/pages/order/evaluation/index.vue @@ -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