错误信息 [Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop’s value. Prop being mutated: “xxx”
错误原因
所有的 prop 都使得…
文章目录 准备代码效果 准备 放根目录
代码
import openpyxl
wbopenpyxl.load_workbook(业绩表.xlsx)
if not 二维表 in wb.sheetnames:nwswb.create_sheet(二维表)wswb.worksheets[0]rngslist(ws.values)[1:]mmlist({m.value: for m in ws[b][1:]})namelist({m.value: for …