init commit
This commit is contained in:
@ -0,0 +1,79 @@
|
||||
module.exports={
|
||||
tableName:"repair",
|
||||
headerList:[
|
||||
{
|
||||
tableTitle: "维修代码",
|
||||
width:"230",
|
||||
show_overflow_tooltip:true,
|
||||
align:"center",
|
||||
tableProp: "repairCode",
|
||||
tableTitleSE: 1
|
||||
},
|
||||
{
|
||||
tableTitle: "维修描述",
|
||||
width:"200",
|
||||
show_overflow_tooltip:true,
|
||||
align:"center",
|
||||
tableProp: "repairText",
|
||||
tableTitleSE: 2
|
||||
},
|
||||
{
|
||||
tableTitle: "维修类型",
|
||||
width:"160",
|
||||
show_overflow_tooltip:true,
|
||||
align:"center",
|
||||
tableProp: "dictTypeShow",
|
||||
tableTitleSE: 3
|
||||
},
|
||||
{
|
||||
tableTitle: "是否启用",
|
||||
width:"100",
|
||||
show_overflow_tooltip:true,
|
||||
align:"center",
|
||||
tableProp: "repairEnabledShow",
|
||||
tableTitleSE: 4
|
||||
},
|
||||
{
|
||||
tableTitle: "工作中心名称",
|
||||
width:"160",
|
||||
show_overflow_tooltip:true,
|
||||
align:"center",
|
||||
tableProp: "workCenterName",
|
||||
tableTitleSE: 5
|
||||
},
|
||||
{
|
||||
tableTitle: "创建人",
|
||||
width:"100",
|
||||
tableProp: "createdBy",
|
||||
show_overflow_tooltip:true,
|
||||
align:"center",
|
||||
tableTitleSE: 6
|
||||
},
|
||||
{
|
||||
tableTitle: "创建时间",
|
||||
width:"200",
|
||||
tableProp: "createdDt",
|
||||
show_overflow_tooltip:true,
|
||||
align:"center",
|
||||
tableTitleSE: 7
|
||||
},
|
||||
{
|
||||
tableTitle: "更新人",
|
||||
width:"100",
|
||||
tableProp: "updatedBy",
|
||||
show_overflow_tooltip:true,
|
||||
align:"center",
|
||||
tableTitleSE: 8
|
||||
},
|
||||
{
|
||||
tableTitle: "更新时间",
|
||||
width:"200",
|
||||
tableProp: "updatedDt",
|
||||
show_overflow_tooltip:true,
|
||||
align:"center",
|
||||
tableTitleSE: 9
|
||||
},
|
||||
|
||||
|
||||
|
||||
]}
|
Reference in New Issue
Block a user