Files
scrq-hd/.svn/pristine/aa/aa8a5fb8977c6d6a1dd407274d768f91fe2467fb.svn-base
2025-07-03 10:34:04 +08:00

102 lines
2.3 KiB
Plaintext

module.exports={
tableName:"ExceptionReasonController",
headerList:[
{
tableTitle: "原因",
tableProp: "reason",
width:"180",
tableTitleSE: 1,
align:"center",
show_overflow_tooltip:true,
},
{
tableTitle: "类型",
tableProp: "dictTypeShow",
width:"180",
tableTitleSE: 2,
align:"center",
show_overflow_tooltip:true,
},
{
tableTitle: "严重程度",
tableProp: "dictSeverityShow",
width:"180",
tableTitleSE: 3,
align:"center",
show_overflow_tooltip:true,
},
{
tableTitle: "责任部门",
tableProp: "deptName",
width:"180",
tableTitleSE: 4,
align:"center",
show_overflow_tooltip:true,
},
{
tableTitle: "责任人员",
tableProp: "responsibilityPerson",
width:"180",
tableTitleSE: 5,
align:"center",
show_overflow_tooltip:true,
},
{
tableTitle: "通知人员",
tableProp: "noticePerson",
width:"180",
tableTitleSE: 6,
align:"center",
show_overflow_tooltip:true,
},
{
tableTitle: "原因分析",
tableProp: "reasonAnalysis",
width:"100",
tableTitleSE: 7,
align:"center",
show_overflow_tooltip:true,
},
{
tableTitle: "工作中心",
tableProp: "orgTreeName",
width:"100",
tableTitleSE: 8,
align:"center",
show_overflow_tooltip:true,
},
{
tableTitle: "创建人",
tableProp: "createdBy",
width:"100",
tableTitleSE:9,
align:"center",
show_overflow_tooltip:true,
},
{
tableTitle: "创建时间",
tableProp: "createdDt",
width:"180",
tableTitleSE: 10,
align:"center",
show_overflow_tooltip:true,
},
{
tableTitle: "更新人",
tableProp: "updatedBy",
width:"100",
tableTitleSE: 11,
align:"center",
show_overflow_tooltip:true,
},
{
tableTitle: "更新时间",
tableProp: "updatedDt",
width:"180",
tableTitleSE: 12,
align:"center",
show_overflow_tooltip:true,
},
]}