scorpio 2 년 전
부모
커밋
a0a3edd94f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/task/component/wt-label.vue

+ 1 - 0
src/views/task/component/wt-label.vue

@@ -1,5 +1,6 @@
 <template>
   <div class="flex flex-wrap flex-center">
+    {{ disabled }}
     <div v-if="tags.length > 0" class="flex flex-center flex-justify-start">
       <div class="tag flex flex-center" v-for="i in tags" :key="i.id">
         {{ i.dictValue }}