This commit is contained in:
zhuoda
2020-12-14 15:56:25 +08:00
parent 653f4c2d6c
commit 7e580440f0
13 changed files with 310 additions and 208 deletions

View File

@@ -23,9 +23,13 @@ import enumInfo from '@/constants';
// 处理table操作按钮
import tableAction from './lib/table-action';
//时间
// 时间
import moment from 'moment';
import 'e-guide-layer/dist/e-guide-layer.css'
import eGuideLayer from 'e-guide-layer'
Vue.use(eGuideLayer);
Vue.prototype.$tableAction = tableAction;
Vue.use(Enum, { enumInfo });