Commit 86da93c2 by huaying

fix: ll

parent 139b4bf7
...@@ -183,7 +183,7 @@ export default { ...@@ -183,7 +183,7 @@ export default {
text: '链接', text: '链接',
visible: row => { visible: row => {
// return row.linkType == 2; // return row.linkType == 2;
if (this.$getButtonLimit(this.$buttonCode.downLink && row.linkType == 2)) { if (this.$getButtonLimit(this.$buttonCode.downLink) && row.linkType == 2) {
return true; return true;
} }
}, },
......
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