fix(shopOrder): 修复未发货标签点击事件导致的问题
- 删除未发货标签上的点击事件处理器 - 防止点击事件对未发货状态标签产生副作用 - 简化未发货标签的交互行为
This commit is contained in:
@@ -127,7 +127,6 @@
|
|||||||
<a-tag
|
<a-tag
|
||||||
v-if="record.deliveryStatus == 10"
|
v-if="record.deliveryStatus == 10"
|
||||||
class="cursor-pointer"
|
class="cursor-pointer"
|
||||||
@click.stop="handleQuickDelivery(record)"
|
|
||||||
>未发货</a-tag
|
>未发货</a-tag
|
||||||
>
|
>
|
||||||
<a-tag v-if="record.deliveryStatus == 20" color="green"
|
<a-tag v-if="record.deliveryStatus == 20" color="green"
|
||||||
|
|||||||
Reference in New Issue
Block a user