刘洋 1 년 전
부모
커밋
bb61b42d45
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
 });