let confirmText = ['案件号为'+response.businessInformation.claimNo, '点击确认跳转到查勘继续操作该案件','点击取消跳转到新建赔案查询页面']
const newDatas = []
const h = this.$createElement
for (const i in confirmText) {
newDatas.push(h('p', null, confirmText[i]))
}
this.$confirm('赔案创建成功', {
title: '赔案创建成功',
message: h('div', null, newDatas),
// this.$confirm("案件号为"+response.businessInformation.claimNo +"\n点击确认跳转到查勘继续操作该案件,点击取消跳转到新建赔案查询页面", "赔案创建成功", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "success",
showClose: false,
center: true
})


![[附源码]计算机毕业设计JAVA郑工校园二手交易平台网站](https://img-blog.csdnimg.cn/1e94e486ae9a40e0bf8cd2186e63066b.png)








![[附源码]JAVA毕业设计体育竞赛成绩管理系统(系统+LW)](https://img-blog.csdnimg.cn/9c0a9baeeeef42cdb79221ef5f1d0c5e.png)








