src/views/statisticalQueryManagement/businessStatistics.vue
@@ -125,7 +125,7 @@ dialogClickModal: false, column: [ { label: "公司名称", label: "企业名称", prop: "enterpriseName", search: true, searchSpan: 4, @@ -133,7 +133,7 @@ display: false, }, { label: "单位类型", label: "企业属性", prop: "stats", search: true, searchSpan: 4, @@ -282,7 +282,7 @@ dictionaryList().then((res) => { if (res.data.code === 200) { this.tableOption.column.forEach((item) => { if (item.label == "单位类型") { if (item.label == "企业属性") { item.dicData = res.data.data; } });