WXL (wul)
2 天以前 23f74bc3f782d183f66a08bd8ce4790cc61f4e61
src/views/knowledge/education/index.vue
@@ -88,7 +88,6 @@
                >
                  <el-option
                    v-for="item in courtyardlist"
                    :key="item.label"
                    :label="item.label"
                    :value="item.label"
                  >
@@ -112,7 +111,6 @@
                >
                  <el-option
                    v-for="(item, index) in qyoptions"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
                  >
@@ -685,7 +683,7 @@
            },
          },
        ],
        grid: { top: "30%", left: "10%", right: "40%", bottom: "10%" },
        grid: { top: "30%", left: "10%", right: "50%", bottom: "10%" },
        yAxis: [
          {
            type: "value",
@@ -696,6 +694,7 @@
            name: "查看次数",
            type: "bar",
            data: this.Collarrvalue,
            // data: [6,8,22,99,87,90,12,11,22,33,34,44],
            seriesLayoutBy: "row",
            smooth: true,
            label: {