From 5bee04a33aa4d5e31563ece451436cef595142c8 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 31 Mar 2021 11:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BAsort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/supervision/taskinit.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/views/supervision/taskinit.vue b/client/src/views/supervision/taskinit.vue index ecb7364..e81e22e 100644 --- a/client/src/views/supervision/taskinit.vue +++ b/client/src/views/supervision/taskinit.vue @@ -14,7 +14,9 @@ :data="deptOptions" :titles="['单位列表', '选择的单位']" :props="{ key : 'id' , label: 'name' }" - /> + > + {{ option.sort }} - {{ option.name }} +
确认