feat:修改字段

feature1.3
吴延福 2025-08-26 15:09:34 +08:00
parent c806287a34
commit 807a4db947
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {