|
@@ -617,15 +617,6 @@ defineExpose({
|
|
|
</template>
|
|
</template>
|
|
|
<!-- action操作的插槽 -->
|
|
<!-- action操作的插槽 -->
|
|
|
<template #action="{ row }">
|
|
<template #action="{ row }">
|
|
|
- <el-button
|
|
|
|
|
- v-if="row?.['Mode'] !== 'Air Freight' && canEdiVgm"
|
|
|
|
|
- @click="handleVGM(row)"
|
|
|
|
|
- class="el-button--blue"
|
|
|
|
|
- style="height: 24px"
|
|
|
|
|
- >
|
|
|
|
|
- <span class="font_family icon-icon_vgm_b"></span>
|
|
|
|
|
- <span style="font-size: 12px">VGM</span>
|
|
|
|
|
- </el-button>
|
|
|
|
|
<el-button
|
|
<el-button
|
|
|
class="recent_button el-button--blue"
|
|
class="recent_button el-button--blue"
|
|
|
@click="SubscribeShipments(row)"
|
|
@click="SubscribeShipments(row)"
|
|
@@ -642,6 +633,15 @@ defineExpose({
|
|
|
</svg>
|
|
</svg>
|
|
|
</span>
|
|
</span>
|
|
|
</el-button>
|
|
</el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ v-if="row?.['Mode'] !== 'Air Freight' && canEdiVgm"
|
|
|
|
|
+ @click="handleVGM(row)"
|
|
|
|
|
+ class="el-button--blue"
|
|
|
|
|
+ style="height: 24px"
|
|
|
|
|
+ >
|
|
|
|
|
+ <span class="font_family icon-icon_vgm_b"></span>
|
|
|
|
|
+ <span style="font-size: 12px">VGM</span>
|
|
|
|
|
+ </el-button>
|
|
|
</template>
|
|
</template>
|
|
|
<!-- Transportation Mode字段的插槽 -->
|
|
<!-- Transportation Mode字段的插槽 -->
|
|
|
<template #mode="{ row, column }">
|
|
<template #mode="{ row, column }">
|