Commit 4b807691 by zhangzhijie

缺少的包导入

parent bfd60483
......@@ -849,7 +849,8 @@
pageBs != 'queryQypz' &&
pageBs != 'queryBsh' &&
pageBs != 'khtj'&&
pageBs != 'zdhdxxcjqk'
pageBs != 'zdhdxxcjqk'&&
pageBs != 'queryJcgz'
"
>
<i class="el-icon-plus"></i> 新增
......@@ -5365,15 +5366,18 @@ export default {
::v-deep .new-image img {
width: 100px;
}
.total-num {
width: 40px;
height: 40px;
background: #007aff;
border-radius: 20px;
cursor: pointer;
.rwgl_s span {
display: inline-block;
padding: 2px 4px;
border-radius: 5px;
}
.rwgl_s .s_stop {
background: #888;
color: #000;
margin-right: 8px;
}
.rwgl_s .s_runn {
color: #fff;
background: green;
}
/* .dele{
cursor: pointer;
} */
</style>
......@@ -20,9 +20,10 @@ import './assets/iconfont/iconfont.css'
import moment from 'moment'
import rules from "./utils/rules.js";
import baseUrl from './api/base'
const Base64 = require('js-base64').Base64
//全局导出excel
import htmlToExcel from './excel/htmlToExcel';
Vue.prototype.htmlToExcels = htmlToExcel;
const Base64 = require('js-base64').Base64
//引入echarts
import echarts from 'echarts'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment