同步6/16
This commit is contained in:
@@ -53,6 +53,7 @@ export default {
|
||||
// 确认窗体
|
||||
confirm(content: any): Promise<MessageBoxData> {
|
||||
return ElMessageBox.confirm(content, '系统提示', {
|
||||
dangerouslyUseHTMLString: true, // 关键:开启html渲染,<br>生效换行
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
|
||||
Reference in New Issue
Block a user