|
@@ -19,10 +19,7 @@ import Print from 'vue-print-nb' |
|
@@ -19,10 +19,7 @@ import Print from 'vue-print-nb' |
19
|
// 条形组件
|
19
|
// 条形组件
|
20
|
import VueBarcode from '@xkeshi/vue-barcode'; //导入条形码插件
|
20
|
import VueBarcode from '@xkeshi/vue-barcode'; //导入条形码插件
|
21
|
Vue.component('barcode', VueBarcode);
|
21
|
Vue.component('barcode', VueBarcode);
|
22
|
-import BaiduMap from 'vue-baidu-map'
|
|
|
23
|
-Vue.use(BaiduMap, {
|
|
|
24
|
- ak: 'PV0SfW0yRxe4NHUQ8OhyO4DrDbiwX4Sd'
|
|
|
25
|
-})
|
22
|
+
|
26
|
|
23
|
|
27
|
//定义一个全局过滤器实现日期格式化
|
24
|
//定义一个全局过滤器实现日期格式化
|
28
|
Vue.filter('datefmt',function(input,fmtstring){
|
25
|
Vue.filter('datefmt',function(input,fmtstring){
|