{
    "test" : [
        {
            "title"     : "鱼种",
            "columnKey" : "name",
            "total"     : "共计",
            "link"      : true,
            "path"      : "info",
            "sort"      : true
        },
        {
            "title"     : "炮倍",
            "columnKey" : "rate",
            "sort"      : true
        },
        {
            "title"     : "单价",
            "columnKey" : "fishMoney"
        },
        {
            "title"     : "总价值",
            "columnKey" : "totalMoney",
            "total"     : ""
        },
        {
            "title"     : "子弹收入",
            "columnKey" : "bulletMoney"
        },
        {
            "title"     : "盈利",
            "columnKey" : "earn",
            "total"     : ""
        },
        {
            "title"     : "仍存活(条)",
            "columnKey" : "alive",
            "total"     : ""
        },
        {
            "title"     : "被捕获",
            "columnKey" : "dead"
        },
        {
          "title"       : "動作",
          "columnKey"   : "action",
          "action"      : [
            {
              "key"   : "edit",
              "text"  : "修改",
              "icon"  : ""
            },
            {
              "key"   : "delete",
              "text"  : "修改",
              "icon"  : ""
            },
            {
              "key"   : "info",
              "text"  : "修改",
              "icon"  : ""
            }
          ]
        }
    ]
}