feat:新增列表字段

wuyanfu
吴延福 2023-06-30 16:39:36 +08:00
parent a8573a7a53
commit f210a60f6a
1 changed files with 2 additions and 1 deletions

View File

@ -411,7 +411,8 @@ export default class HiddenDangerClapComponent extends BaseRecordComponent<any>
this.tableColumn.push({name:'隐患级别',render:(data)=>{
return this.levelMap[data.level]
}});
this.tableColumn.push({name:'隐患状态',key:"person"});
this.tableColumn.push({name:'隐患位置',key:"locationName"});
this.tableColumn.push({name:'检查时间',key:"inspectTime"});
this.tableColumn.push({name:'检查人员',key:"inspectUserName"});
}
public getMap(map){