摘要: this.allVolume = (((this.shipVolume - this.goods.declareWoodVolume) / this.goods.declareWoodVolume) * 100).toFixed(2) + '%' 结果 阅读全文
posted @ 2022-03-17 10:16 你猜我为啥秃头 阅读(393) 评论(0) 推荐(0)
摘要: 1.引入插件 npm install vue-print-nb --save 在main.js中引入 import Print from 'vue-print-nb' Vue.use(Print) 2.html代码 <div class="box"> <div id="printTest" clas 阅读全文
posted @ 2022-03-16 17:11 你猜我为啥秃头 阅读(1189) 评论(0) 推荐(0)