mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	fix: vben codegen radio type
This commit is contained in:
		@@ -122,7 +122,7 @@ export const createFormSchema: FormSchema[] = [
 | 
			
		||||
      #end
 | 
			
		||||
    }
 | 
			
		||||
  #elseif($column.htmlType == "radio")## 单选框
 | 
			
		||||
    component: 'Radio',
 | 
			
		||||
    component: 'RadioButtonGroup',
 | 
			
		||||
    componentProps: {
 | 
			
		||||
      #if ("" != $dictType)## 有数据字典
 | 
			
		||||
        options: getDictOptions(DICT_TYPE.$dictType.toUpperCase(), 'number')
 | 
			
		||||
@@ -188,7 +188,7 @@ export const updateFormSchema: FormSchema[] = [
 | 
			
		||||
      #end
 | 
			
		||||
    }
 | 
			
		||||
    #elseif($column.htmlType == "radio")## 单选框
 | 
			
		||||
    component: 'Radio',
 | 
			
		||||
    component: 'RadioButtonGroup',
 | 
			
		||||
    componentProps: {
 | 
			
		||||
      #if ("" != $dictType)## 有数据字典
 | 
			
		||||
        options: getDictOptions(DICT_TYPE.$dictType.toUpperCase(), 'number')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user