|
|
@ -99,7 +99,7 @@ export default { |
|
|
|
type: 'radio', |
|
|
|
type: 'radio', |
|
|
|
value: 1, |
|
|
|
value: 1, |
|
|
|
span: 24, |
|
|
|
span: 24, |
|
|
|
width: 100, |
|
|
|
width: 120, |
|
|
|
searchLabelWidth: 50, |
|
|
|
searchLabelWidth: 50, |
|
|
|
row: true, |
|
|
|
row: true, |
|
|
|
dicUrl: '/blade-system/dict/dictionary?code=oss', |
|
|
|
dicUrl: '/blade-system/dict/dictionary?code=oss', |
|
|
@ -258,7 +258,7 @@ export default { |
|
|
|
item.display = category === 4; |
|
|
|
item.display = category === 4; |
|
|
|
} |
|
|
|
} |
|
|
|
if (item.prop === 'region') { |
|
|
|
if (item.prop === 'region') { |
|
|
|
item.display = category === 4; |
|
|
|
item.display = category === 4 || category === 5; |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|