Просмотр исходного кода

feat: 调整Tracking more filter筛选项

Jack Zhou 1 месяц назад
Родитель
Сommit
b9b0469e57
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      src/components/MoreFilters/src/components/PartiesView.vue

+ 5 - 0
src/components/MoreFilters/src/components/PartiesView.vue

@@ -62,6 +62,11 @@ if (searchMode === 'tracking') {
       title: 'Destination Operator',
       key: 'dest_op',
       type: 'sales'
+    },
+    {
+      title: 'Controlling Customer',
+      key: 'customer_name',
+      type: 'apex'
     }
   )
 }