摘要: 报错如下: 错误代码 // 表格序号 let nosort = 0 for(let n in this.spanArr){ if(this.spanArr[n]>0){ nosort += 1 this.$set(this.list[n],'nosort',nosort) this.$forceUp 阅读全文
posted @ 2022-09-14 17:17 周文豪 阅读(2015) 评论(0) 推荐(0) 编辑
摘要: 一、安装依赖 npm install jsbarcode --save 二、main.js中全局引入 import JsBarcode from 'jsbarcode' app.config.globalProperties.jsbarcode = JsBarcode 代码如下: import { 阅读全文
posted @ 2022-09-14 10:35 周文豪 阅读(3230) 评论(0) 推荐(0) 编辑