fix(仪表板): 下拉组件样式切换提示信息点击X必填选项自动关闭

This commit is contained in:
dataeaseShu 2024-04-07 10:56:37 +08:00
parent 2528701af9
commit ec18489f08
4 changed files with 7 additions and 1 deletions

View File

@ -42,6 +42,7 @@ export default {
}
},
time: {
dropdown_display_must: 'The display style of the current component is tiled. If it is not mandatory, the display style of the component will switch to dropdown display',
end_time_start_time: 'The end time must be greater than or equal to the start time',
passing_parameters: 'Empty data does not support passing parameters',
not_supported: 'After binding parameters, passing empty data is not supported',

View File

@ -42,6 +42,7 @@ export default {
}
},
time: {
dropdown_display_must: '當前組件的展示風格為平鋪,如果設為非必填,那麼組件的展示風格將切換為下拉展示。',
end_time_start_time: '結束時間必須大於或等於開始時間',
passing_parameters: '空數據不支持傳參數',
not_supported: '綁定參數後,不支持傳空數據',

View File

@ -46,6 +46,7 @@ export default {
upload_limit_size: '图片大小不超过'
},
time: {
dropdown_display_must: '当前组件的展示风格为平铺,如果设为非必填,那么组件的展示风格将切换为下拉展示。',
end_time_start_time: '结束时间必须大于或等于开始时间',
passing_parameters: '空数据不支持传参数',
not_supported: '空数据不支持传参数',

View File

@ -58,9 +58,12 @@
<el-dialog
:visible.sync="dialogVisible"
append-to-body
:show-close="false"
:close-on-press-escape="false"
:close-on-click-modal="false"
:before-close="sureRequired"
>
当前组件的展示风格为平铺如果设为非必填那么组件的展示风格将切换为下拉展示
{{ $t('time.dropdown_display_must') }}
<div style="text-align: end;margin-top: 16px;">
<span slot="footer">
<el-button