设计辽宁页面 修改冀北技术监督问题

This commit is contained in:
GGJ
2024-08-14 11:34:13 +08:00
parent 13432b351d
commit fd5458105e
17 changed files with 4300 additions and 36479 deletions

View File

@@ -85,7 +85,7 @@ const beforeUpload = (file: any) => {
}
luckysheet.destroy()
options.value.title = exportJson.info.name
console.log('🚀 ~ exportJson.sheets:', exportJson.sheets)
exportJson.sheets.forEach((item: any) => {
// item.celldata = []
// item.data = []
@@ -94,6 +94,7 @@ const beforeUpload = (file: any) => {
k.v.ct.s ? (k.v.m = k.v.ct.s[0].v) : ''
})
})
options.value.data = exportJson.sheets
luckysheet.create(options.value)
})