|
|
@ -4856,7 +4856,7 @@ export default { |
|
|
|
required: false |
|
|
|
required: false |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: 'textarea', |
|
|
|
type: 'editor', |
|
|
|
prop: 'des', |
|
|
|
prop: 'des', |
|
|
|
label: '描述' |
|
|
|
label: '描述' |
|
|
|
} |
|
|
|
} |
|
|
@ -10952,7 +10952,9 @@ export default { |
|
|
|
type: 'upload', |
|
|
|
type: 'upload', |
|
|
|
prop: 'pic', |
|
|
|
prop: 'pic', |
|
|
|
label: '图标', |
|
|
|
label: '图标', |
|
|
|
required: true |
|
|
|
required: true, |
|
|
|
|
|
|
|
width: 98, |
|
|
|
|
|
|
|
height: 98 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: 'input', |
|
|
|
type: 'input', |
|
|
@ -10989,7 +10991,9 @@ export default { |
|
|
|
type: 'upload', |
|
|
|
type: 'upload', |
|
|
|
prop: 'pic', |
|
|
|
prop: 'pic', |
|
|
|
label: '图标', |
|
|
|
label: '图标', |
|
|
|
required: true |
|
|
|
required: true, |
|
|
|
|
|
|
|
width: 98, |
|
|
|
|
|
|
|
height: 98 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: 'input', |
|
|
|
type: 'input', |
|
|
@ -11026,7 +11030,9 @@ export default { |
|
|
|
type: 'upload', |
|
|
|
type: 'upload', |
|
|
|
prop: 'pic', |
|
|
|
prop: 'pic', |
|
|
|
label: '图标', |
|
|
|
label: '图标', |
|
|
|
required: true |
|
|
|
required: true, |
|
|
|
|
|
|
|
width: 98, |
|
|
|
|
|
|
|
height: 98 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: 'input', |
|
|
|
type: 'input', |
|
|
@ -11063,7 +11069,9 @@ export default { |
|
|
|
type: 'upload', |
|
|
|
type: 'upload', |
|
|
|
prop: 'pic', |
|
|
|
prop: 'pic', |
|
|
|
label: '图标', |
|
|
|
label: '图标', |
|
|
|
required: true |
|
|
|
required: true, |
|
|
|
|
|
|
|
width: 98, |
|
|
|
|
|
|
|
height: 98 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
type: 'input', |
|
|
|
type: 'input', |
|
|
|