Commit 99533e01 by crushh

update: dist

parent e4c77d57
......@@ -172,7 +172,7 @@ export default {
{
text: '链接',
visible: row => {
return row.linkType;
return row.linkType == 2;
},
handler: row => this.goLink(row)
},
......
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