Commit d60b92ca authored by 徐俊's avatar 徐俊

xujun

parent 59b1f7cb
...@@ -288,7 +288,7 @@ export default { ...@@ -288,7 +288,7 @@ export default {
this.tableData = dataList.map(item => { this.tableData = dataList.map(item => {
return { return {
...item, ...item,
projClassName: item.projClass === 1 ? "一般项目" : "重点项目", projClassName: item.projClass === "1" ? "一般项目" : "重点项目",
} }
}) })
console.log(this.tableData) console.log(this.tableData)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment