|
@@ -54,22 +54,22 @@
|
|
|
label: 'id',
|
|
|
required: false,
|
|
|
},
|
|
|
- {
|
|
|
- field: 'name',
|
|
|
- component: 'Input',
|
|
|
- // defaultValue: '场景标题',
|
|
|
- label: '名称',
|
|
|
- colProps: {
|
|
|
- span: 18,
|
|
|
- },
|
|
|
- componentProps: {
|
|
|
- placeholder: '请输入名称',
|
|
|
- showCount: true,
|
|
|
- maxLength: 100,
|
|
|
- showWordLimit: true,
|
|
|
- },
|
|
|
- required: true,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // field: 'name',
|
|
|
+ // component: 'Input',
|
|
|
+ // // defaultValue: '场景标题',
|
|
|
+ // label: '名称',
|
|
|
+ // colProps: {
|
|
|
+ // span: 18,
|
|
|
+ // },
|
|
|
+ // componentProps: {
|
|
|
+ // placeholder: '请输入名称',
|
|
|
+ // showCount: true,
|
|
|
+ // maxLength: 100,
|
|
|
+ // showWordLimit: true,
|
|
|
+ // },
|
|
|
+ // required: true,
|
|
|
+ // },
|
|
|
{
|
|
|
field: 'dictId',
|
|
|
label: '分组',
|