92 lines
2.0 KiB
Plaintext
92 lines
2.0 KiB
Plaintext
module.exports= {
|
|
tableName: "EquipmentFault",
|
|
headerList: [
|
|
{
|
|
tableTitle: "故障代码",
|
|
width:"120",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "faultCode",
|
|
tableTitleSE: 1
|
|
},
|
|
{
|
|
tableTitle: "故障名称",
|
|
width:"160",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "faultText",
|
|
tableTitleSE: 2
|
|
},
|
|
{
|
|
tableTitle: "故障描述",
|
|
width:"120",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "faultDescription",
|
|
tableTitleSE: 3
|
|
},
|
|
{
|
|
tableTitle: "故障类型",
|
|
width:"160",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "dictTypeShow",
|
|
tableTitleSE: 4
|
|
},
|
|
{
|
|
tableTitle: "是否隐藏",
|
|
width:"100",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "faultEnabledShow",
|
|
tableTitleSE: 5
|
|
},
|
|
{
|
|
tableTitle: "上级代码",
|
|
width:"100",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "parentCode",
|
|
tableTitleSE: 6
|
|
},
|
|
{
|
|
tableTitle: "创建人",
|
|
width:"100",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "createdBy",
|
|
tableTitleSE: 7
|
|
},
|
|
{
|
|
tableTitle: "创建时间",
|
|
width:"200",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "createdDt",
|
|
tableTitleSE: 8
|
|
},
|
|
{
|
|
tableTitle: "修改人",
|
|
width:"100",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "updatedBy",
|
|
tableTitleSE: 9
|
|
},
|
|
{
|
|
tableTitle: "修改时间",
|
|
width:"200",
|
|
show_overflow_tooltip:true,
|
|
align:"center",
|
|
tableProp: "updatedDt",
|
|
tableTitleSE: 10
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]
|
|
}
|
|
|