Administrator
2022-01-08 5728d520d992b62e0a7ca6e481e3a163b1e629f7
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;
            }
          });