forked from xxhjsb/hbt-prevention-ui
feat:修改字段
parent
c806287a34
commit
807a4db947
|
@ -370,7 +370,7 @@ export default class RulesManagerComponent extends BaseRecordComponent<any> {
|
|||
this.tableColumn.push({ name: '检查表名称', key: "name" });
|
||||
this.tableColumn.push({ name: '适用区域', key: "areas" });
|
||||
this.tableColumn.push({ name: '适用单元', key: "units" });
|
||||
this.tableColumn.push({ name: '适用对象', key: "targets" });
|
||||
this.tableColumn.push({ name: '适用对象', key: "analControlNames" });
|
||||
this.tableColumn.push({ name: '适用部门', key: "depts" });
|
||||
this.tableColumn.push({
|
||||
name: '适用类型', key: "types", filters: this.$store.state.prevention.prevention_dangrous_type.map(item => {
|
||||
|
|
Loading…
Reference in New Issue