博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
15:element/Vue Admin
阅读量:4969 次
发布时间:2019-06-12

本文共 1362 字,大约阅读时间需要 4 分钟。

1.1 简介

  1、Vue Admin 简介

      1. Vue Admin 是一个基于 Vue 2.0 & Bulma 0.3 的后台管理面板(管理系统),相当于是 Vue 版本的 Bootstrap 管理系统

      2. 提供了一组通用的后台界面 UI 和组件,其中还有丰富的图表组件,开箱即用

      官网:      地址:https://github.com/PanJiaChen/vue-admin-template 

  2、vue 后台使用

      https://segmentfault.com/a/1190000010043013

// 取消会议弹出框      cancelMeetingAlter(hours, msg){        // MessageBox.confirm(msg, "警告:选确认取消会议").then(action => {
MessageBox.confirm(msg, { title:'提示', message:msg, confirmButtonText:'取消会议', cancelButtonText:'会议详情' }).then(action => { }).then(() => { var cancel_meetingorderid = this.hourChoose.cancelMeetingOrderid[hours]; var params = { 'cancel_meetingorderid': cancel_meetingorderid }; this.meetingOrderCancelMethod(params).then(response => { MessageBox({ title: '提 示', message: '成功取消会议!', }); this.updataPage() }).catch(error => { this.loading = false; this.error(error.desc ? error.desc : '服务器异常') }); }).catch(() => { var cancel_meetingorderid = this.hourChoose.cancelMeetingOrderid[hours]; this.$router.push({ path: '/mb/meeting/detail?id=' + cancel_meetingorderid }) }); },
MessageBox.confirm

 

转载于:https://www.cnblogs.com/xiaonq/p/9844485.html

你可能感兴趣的文章
重载与覆盖的差别
查看>>
NLP系列(2)_用朴素贝叶斯进行文本分类(上)
查看>>
<LeetCode OJ> 121. /122. Best Time to Buy and Sell Stock(I / II)
查看>>
HTTP Status 415 – Unsupported Media Type(使用@RequestBody后postman调接口报错)
查看>>
JIRA 敏捷开发平台部署记录
查看>>
react里面引入图片
查看>>
问题分析
查看>>
P4安装
查看>>
HDU 3664 (水地推)
查看>>
AndroidPullToRefresh拉动效果配置
查看>>
C#程序员经常用到的10个实用代码片段
查看>>
cmd下 mysql操作命令大全详解
查看>>
搭建Rails 的 Ext后台:Lipsiadmin
查看>>
前端学习(三十一)canvas(笔记)
查看>>
tomcat的下载和启动
查看>>
java中new关键字解析
查看>>
babel吐槽
查看>>
python_11 装饰器,闭包
查看>>
Qt历史版本下载网址
查看>>
dede调取文章内容的第一张图片
查看>>