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

88 lines
1.7 KiB
Plaintext

module.exports ={
tableName: 'docManage',
headerList:[
{
tableTitle: "工艺文件名称",
width:"150",
show_overflow_tooltip:true,
align:"center",
tableProp: "name",
tableTitleSE: 1
},{
tableTitle: "附件原名称",
width:"120",
show_overflow_tooltip:true,
align:"center",
tableProp: "originalName",
tableTitleSE: 2
},
{
tableTitle: "工艺路线名称",
width:"150",
show_overflow_tooltip:true,
align:"center",
tableProp: "routeName",
tableTitleSE: 3
},{
tableTitle: "工序名称",
width:"120",
show_overflow_tooltip:true,
align:"center",
tableProp: "operationName",
tableTitleSE: 4
},
{
tableTitle: "文件路径",
width:"120",
show_overflow_tooltip:true,
align:"center",
tableProp: "url",
tableTitleSE: 5
},{
tableTitle: "备注",
width:"120",
show_overflow_tooltip:true,
align:"center",
tableProp: "remark",
tableTitleSE: 6
},{
tableTitle: "创建人",
width:"120",
show_overflow_tooltip:true,
align:"center",
tableProp: "createBy",
tableTitleSE: 7
},{
tableTitle: "创建时间",
width:"120",
show_overflow_tooltip:true,
align:"center",
tableProp: "createDt",
tableTitleSE: 8
},{
tableTitle: "修改人",
width:"120",
show_overflow_tooltip:true,
align:"center",
tableProp: "updateBy",
tableTitleSE: 9
},{
tableTitle: "修改时间",
width:"120",
show_overflow_tooltip:true,
align:"center",
tableProp: "updateDt",
tableTitleSE: 10
},
]
}