提交 e11af0ac authored 作者: matian's avatar matian

更新代码

上级 b20dceed
...@@ -300,14 +300,14 @@ export default { ...@@ -300,14 +300,14 @@ export default {
const wopts = { bookType: 'xlsx', bookSST: false, type: 'array' } const wopts = { bookType: 'xlsx', bookSST: false, type: 'array' }
const wbout = XLSX.write(wb, wopts) const wbout = XLSX.write(wb, wopts)
fileDownload(wbout, '发票列表.xlsx') fileDownload(wbout, '发票列表.xlsx')
} },
// 过滤对应option label // 过滤对应option label
// findName(names, item) { findName(names, item) {
// const found = names.find(findItem => { const found = names.find(findItem => {
// return parseInt(findItem.value) === parseInt(item) return parseInt(findItem.value) === parseInt(item)
// }) })
// return found ? found.label : item return found ? found.label : item
// } }
} }
} }
</script> </script>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论