Commit 764903f3 by linjinhong

feat:已完成添加获取跟踪号按钮

parent 352f415f
...@@ -936,6 +936,13 @@ ...@@ -936,6 +936,13 @@
</template> </template>
</ElDropdown> </ElDropdown>
</span> </span>
<span v-if="['COMPLETE'].includes(status)" class="item">
<ElButton
type="warning"
@click="getOrderByIdApi('getTrackingNumber')"
>获取跟踪号</ElButton
>
</span>
<span <span
v-if="['WAIT_TRACK', 'COMPLETE', 'IN_TRANSIT'].includes(status)" v-if="['WAIT_TRACK', 'COMPLETE', 'IN_TRANSIT'].includes(status)"
class="item" class="item"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment