Bläddra i källkod

完善单选框、多选框配置

Wind-Breaker1 1 år sedan
förälder
incheckning
ed6b00ecb9
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      src/services/defaults.ts

+ 5 - 5
src/services/defaults.ts

@@ -1688,7 +1688,7 @@ export const formComponents = [
           direction:'vertical',
           selectKey:'1',
           selectedKeys:[],
-          them:'',
+          theme:'',
           data:[
             {text:'场景一',key:'0',isForbidden:true},
             {text:'场景二',key:'1'},
@@ -1706,7 +1706,7 @@ export const formComponents = [
           height: 50,
           direction:'horizontal',
           selectedKeys:['0'],
-          them:'multiple',
+          theme:'multiple',
           data:[
             {text:'场景一',key:'0'},
             {text:'场景二',key:'1',isForbidden:true},
@@ -1776,11 +1776,11 @@ export const formComponents = [
         icon: 'l-danxuankuang',
         data: {
           name: 'leRadio',
-          width: 150,
+          width: 300,
           height: 30,
           disableAnchor: true,
           direction: 'horizontal', // 'vertical', //'horizontal',
-          them:'button',
+          them:'',
           itemPosition:[],
           data: [
             {key:'1', text: '选项一', isForbidden: true },
@@ -1798,7 +1798,7 @@ export const formComponents = [
           width: 300,
           height: 30,
           direction: 'horizontal', // 'vertical', //'horizontal',
-          them:'button',
+          them:'',
           data: [
             {key:'1', text: '选项一', isForbidden: true },
             {key:'2', text: '选项示例二' },