init commit

This commit is contained in:
2025-07-03 10:34:04 +08:00
commit 95877f3592
6545 changed files with 889190 additions and 0 deletions

View File

@ -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
},
]}