take a look at the following example:
this.$refs.tableCsv.exportCsv ({
quoted:true,
separator: ",=",
filename: "",
})
quoted means to add double quotation marks
separator added =
according to other netizens" introduction = "00001" csv file will display 00001
I put it here to help more netizens, and I have been looking for it for a long time.