码迷,mamicode.com
首页 > 其他好文 > 详细

VUE的一些常用且基础的标签

时间:2019-10-07 19:13:37      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:orm   提示信息   ret   list   style   success   row   table   route   

 <el-table :data="list" border fit highlight-current-row style="width: 100%">
刷新当前页面
this.$router.go(0)

whereGetList(order_number) {
return setDepositRatio({order_number, mc_deposit_bl: this.form.mc_deposit_bl}).then(res => {
Message({
message: res.msg,
type: ‘success‘,
duration: 5 * 1000
})
this.$router.go(0)
})
},

显示提示信息

1.导包

import { Message } from ‘element-ui‘

2.引用

Message({
          message: res.msg,
          type: ‘success‘,
          duration: 5 * 1000
        })

 

VUE的一些常用且基础的标签

标签:orm   提示信息   ret   list   style   success   row   table   route   

原文地址:https://www.cnblogs.com/lei0913/p/11631633.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!