当前位置:   article > 正文

element this.$confirm 显示多条数据_this.$confirm 展示数据

this.$confirm 展示数据
        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(() => {})
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/651344
推荐阅读
相关标签
  

闽ICP备14008679号