浏览代码

feat: 修改表格中vgm按钮在mode为air时不展示

zhouyuhao 9 月之前
父节点
当前提交
280e949d11
共有 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操作的插槽 -->
       <!-- action操作的插槽 -->
       <template #action="{ row }">
       <template #action="{ row }">
         <el-button
         <el-button
-          v-if="row?.['Transportation Mode'] !== 'Air Freight'"
+          v-if="row?.['Mode'] !== 'Air Freight'"
           @click="handleVGM(row)"
           @click="handleVGM(row)"
           class="el-button--blue"
           class="el-button--blue"
           style="height: 24px"
           style="height: 24px"