刘洋 1 năm trước cách đây
mục cha
commit
bb61b42d45
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/sop/components/dynamic-form-item/index.vue

+ 1 - 1
src/views/sop/components/dynamic-form-item/index.vue

@@ -37,7 +37,7 @@ const emit = defineEmits(['change']);
 
 const valueData = ref(null);
 
-const bigTitles = ['FORM_GROUP_TITLE', 'ONLY_TITLE'];
+const bigTitles = ['FORM_GROUP_TITLE', 'ONLY_TITLE', 'LABEL'];
 const isBigTitle = computed(() => {
   return bigTitles.includes(props.config.code);
 });