|
|
@@ -3,7 +3,8 @@
|
|
|
v-bind="$attrs"
|
|
|
@register="register"
|
|
|
:title="t('routes.archive.restore')"
|
|
|
- width="600px"
|
|
|
+ width="700px"
|
|
|
+ :minHeight="250"
|
|
|
:centered="true"
|
|
|
@ok="handleSubmit"
|
|
|
@cancel="handleCancel"
|
|
|
@@ -58,7 +59,7 @@
|
|
|
showSearch: true,
|
|
|
optionFilterProp: 'label',
|
|
|
immediate: false,
|
|
|
- listHeight: 130,
|
|
|
+ listHeight: 160,
|
|
|
allowClear: true,
|
|
|
getPopupContainer: (node) => {
|
|
|
if (node) {
|
|
|
@@ -108,7 +109,7 @@
|
|
|
labelField: 'snCode',
|
|
|
valueField: 'id',
|
|
|
immediate: false,
|
|
|
- listHeight: 100,
|
|
|
+ listHeight: 160,
|
|
|
showSearch: true,
|
|
|
placeholder: t('routes.archive.rsPlaceHolder'),
|
|
|
optionFilterProp: 'label',
|
|
|
@@ -144,7 +145,7 @@
|
|
|
},
|
|
|
] = useForm({
|
|
|
schemas: schemas,
|
|
|
- labelWidth: 100,
|
|
|
+ labelWidth: 150,
|
|
|
baseColProps: { span: 22 },
|
|
|
autoSubmitOnEnter: true,
|
|
|
showResetButton: false,
|