Commit 4b284e19 authored by shajiaiming's avatar shajiaiming

hide column

parent 57f76bcd
...@@ -14,9 +14,7 @@ var tableIns = table.render({ ...@@ -14,9 +14,7 @@ var tableIns = table.render({
cols: [[ cols: [[
{field: 'id', title: 'ID'}, {field: 'id', title: 'ID'},
{field: 'name', title: '名称'}, {field: 'name', title: '名称'},
{field: 'nickname', title: '别名'},
{field: 'icon', title: '图标', templet: "#iconTpl"}, {field: 'icon', title: '图标', templet: "#iconTpl"},
{field: 'introduce', title: '介绍'},
{field: 'official', title: '官网', templet: "#officialTpl"}, {field: 'official', title: '官网', templet: "#officialTpl"},
{field: 'paper', title: '白皮书', templet: "#paperTpl"}, {field: 'paper', title: '白皮书', templet: "#paperTpl"},
{field: 'platform', title: '平台'}, {field: 'platform', title: '平台'},
......
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