diff --git a/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue b/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue
index ac9bcc83..990334e8 100644
--- a/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue
+++ b/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue
@@ -17,7 +17,10 @@
v-for="item in machine"
:key="item.value"
:label="item.label"
- :value="item.value"/>
+ :value="item.value">
+ {{ item.label }}
+ {{ item.name }}
+
+ :value="item.value">
+ {{ item.label }}
+ {{ item.name }}
+