From d2148cacfdf45100473dcbb1da5e01ad22aaec6b Mon Sep 17 00:00:00 2001 From: chenjianan Date: Sat, 4 May 2019 16:15:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E5=BA=8A=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PurchasingCenter/PurchaseTaskAllocate/index.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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 }} +