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

94 lines
1.9 KiB
Plaintext

module.exports= {
tableName: "personSkills",
headerList: [
{
tableTitle: "用户名",
width:"100",
show_overflow_tooltip:true,
align:"center",
tableProp: "userName",
tableTitleSE: 1
},
{
tableTitle: "用户名称",
width:"100",
show_overflow_tooltip:true,
align:"center",
tableProp: "nickName",
tableTitleSE: 2
},
{
tableTitle: "岗位名",
width:"100",
show_overflow_tooltip:true,
align:"center",
tableProp: "postName",
tableTitleSE: 3
},
{
tableTitle: "岗位类别",
width:"100",
show_overflow_tooltip:true,
align:"center",
tableProp: "postType",
tableTitleSE: 4
},
{
tableTitle: "备注",
width:"100",
show_overflow_tooltip:true,
align:"center",
tableProp: "memo",
tableTitleSE: 5
},
{
tableTitle: "熟练度",
width:"100",
show_overflow_tooltip:true,
align:"center",
tableProp: "dictProficiency",
tableTitleSE: 6
},
{
tableTitle: "默认岗位",
width:"120",
show_overflow_tooltip:true,
align:"center",
tableProp: "postDefault",
tableTitleSE: 7
},
{
tableTitle: "创建人",
width:"100",
show_overflow_tooltip:true,
align:"center",
tableProp: "createBy",
tableTitleSE: 8
},
{
tableTitle: "创建时间",
width:"100",
show_overflow_tooltip:true,
align:"center",
tableProp: "createDt",
tableTitleSE: 9
},
{
tableTitle: "更新人",
width:"100",
show_overflow_tooltip:true,
align:"center",
tableProp: "updateBy",
tableTitleSE: 10
},
{
tableTitle: "更新时间",
width:"100",
show_overflow_tooltip:true,
align:"center",
tableProp: "updateDt",
tableTitleSE: 11
}
]
}