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 },