机构业绩页面

This commit is contained in:
zhu.wenli@ebiz-digits.com
2020-07-30 21:12:47 +08:00
parent 0b2accd99f
commit 41a9dd5843
4 changed files with 124 additions and 5 deletions

View File

@@ -9,20 +9,44 @@ import Jump from '@/assets/js/utils/jump'
import utils from '@/assets/js/business-common'
import config from '@/config'
import noMoreClick from '@/directive/noMoreClick'
import vueHashCalendar from 'vue-hash-calendar'
import 'vue-hash-calendar/lib/vue-hash-calendar.css'
//全局注册vant常用组件
import {
Cell, CellGroup,
DatetimePicker ,
Popup ,
Picker,
Col,
Row,
Tab,
Tabs,
NavBar,
Toast,
Button,
Dialog,
Icon
Icon,
Lazyload
} from 'vant'
Vue.use(Cell);
Vue.use(CellGroup)
Vue.use(DatetimePicker);
Vue.use(Popup)
Vue.use(Picker)
Vue.use(Col)
Vue.use(Row);
Vue.use(Tab)
Vue.use(Tabs);
Vue.use(Icon)
Vue.use(vueHashCalendar)
Vue.use(NavBar);
Vue.use(Toast)
Vue.use(Button)
Vue.use(Dialog)
Vue.use(Lazyload, {
lazyComponent: true,
});
Vue.prototype.$assetsUrl = config.assetsUrl
Vue.prototype.$mainUrl = config.mainUrl
Vue.prototype.$zssqUrl = config.zssqUrl