소스 검색

Merge branch 'feat_map' of United_Software/k_online_ui into dev

Jack Zhou 9 달 전
부모
커밋
1475ce09d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/Tracking/src/components/TrackingTable/src/TrackingTable.vue

+ 1 - 1
src/views/Tracking/src/components/TrackingTable/src/TrackingTable.vue

@@ -607,7 +607,7 @@ defineExpose({
       <!-- action操作的插槽 -->
       <template #action="{ row }">
         <el-button
-          v-if="row?.['Transportation Mode'] !== 'Air Freight'"
+          v-if="row?.['Mode'] !== 'Air Freight'"
           @click="handleVGM(row)"
           class="el-button--blue"
           style="height: 24px"