Commit 32ddde53 by zhujiazhan

代码提交

parent bcf0b96f
...@@ -329,7 +329,6 @@ export default { ...@@ -329,7 +329,6 @@ export default {
}, },
//code映射 //code映射
code(item,scope){ code(item,scope){
console.log(this.codes);
let value = scope.row[item.prop] let value = scope.row[item.prop]
let code = item.code let code = item.code
if(!value || !code){ if(!value || !code){
......
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