diff --git a/src/views/hiddenDanger/rules/rulesManager.component.vue b/src/views/hiddenDanger/rules/rulesManager.component.vue index eb1afd4..11346b3 100644 --- a/src/views/hiddenDanger/rules/rulesManager.component.vue +++ b/src/views/hiddenDanger/rules/rulesManager.component.vue @@ -370,7 +370,7 @@ export default class RulesManagerComponent extends BaseRecordComponent { 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 => {