刘洋 1 жил өмнө
parent
commit
bb61b42d45

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

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