From 5f290f3b78f0621731fa8dd8fd64ef8a290c71e6 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 6 Jul 2023 12:00:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=92=A8=E8=AF=A2=E8=AE=A2=E5=8D=95=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E9=87=91=E9=A2=9D=E6=94=B9=E6=88=90=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/synthesisOrder.vue | 2 +- pages/synthesize/order.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/synthesisOrder.vue b/components/synthesisOrder.vue index daac3cc..ded0238 100644 --- a/components/synthesisOrder.vue +++ b/components/synthesisOrder.vue @@ -12,7 +12,7 @@ 待匹配律师 - + {{ synthesis.title || '-' }} diff --git a/pages/synthesize/order.vue b/pages/synthesize/order.vue index 123ad52..831b636 100644 --- a/pages/synthesize/order.vue +++ b/pages/synthesize/order.vue @@ -162,7 +162,7 @@ case 'entrust': isScroll = true funName = entrustOrder - tabName = '委托订单' + tabName = '委托咨询订单' tabsArr = [ { name: '待支付', type: 0 }, { name: '待审核', type: 1 },