赞
踩
let confirmText = [ '请确定要将该张发票红冲?', `红字信息表编号:${this.redNumberList.redNumber}` ] 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), confirmButtonText: '确定', cancelButtonText: '取消', center: true }).then(async () => { } }).catch(() => {})
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。