2020-11-09

/paramlog/device.config.json

{"data": [
  {
    "machineID": 1,
    "machineName": "内圈机床参数(OP10)"
  },
  {
    "machineID": 2,
    "machineName": "内圈机床参数(OP20)"
  },
  {
    "machineID": 3,
    "machineName": "内圈机床参数(OP30)"
  },
  {
    "machineID": 4,
    "machineName": "内圈机床参数(OP40)"
  },
  {
    "machineID": 5,
    "machineName": "外圈机床参数(OP10)"
  },
  {
    "machineID": 6,
    "machineName": "外圈机床参数(OP20)"
  },
  {
    "machineID": 7,
    "machineName": "外圈机床参数(OP30)"
  }

]}

/paramlog/paramcol.config.json

{
  "data": [{
      "title": "列标题1",
      "dataIndex": "liebiaoti1",
      "align": "center",
      "width": 70
    },
    {
      "title": "列标题2",
      "dataIndex": "liebiaoti2",
      "align": "center",
      "width": 70
    },
    {
      "title": "列标题3",
      "dataIndex": "liebiaoti3",
      "align": "center",
      "width": 70
    },
    {
      "title": "列标题4",
      "dataIndex": "liebiaoti4",
      "align": "center",
      "width": 70
    },
    {
      "title": "列标题5",
      "dataIndex": "liebiaoti5",
      "align": "center",
      "width": 70
    }
  ]
}

/paramlog/paramtablist.config.json

{
 "data":[
        { "tabkey": "1", "tabtitle": "循环方式"},
        { "tabkey": "2", "tabtitle": "进给参数"},
        { "tabkey": "3", "tabtitle": "修整参数"},
        { "tabkey": "4", "tabtitle": "轴选装参数"},
        { "tabkey": "5", "tabtitle": "2进给参数"},
        { "tabkey": "6", "tabtitle": "2-2进给参数"},
        { "tabkey": "7", "tabtitle": "2-3进给参数"},
        { "tabkey": "8", "tabtitle": "2-4进给参数"}
 ] 
}

你可能感兴趣的:(2020-11-09)