zhongshujie
6 小时以前 8bffcbb7f5fca4e1e7a308f6f786b63d0773704c
src/views/achievements/details.vue
@@ -154,7 +154,7 @@
      resourceTypeValueList: [],
      // 查询结果
      resultList: [],
      loading: false,
      loading: true,
      pdfLoading: false,
    };
  },
@@ -207,6 +207,7 @@
            cmsType: ["cmsItem"],
            "Id=": [id + ""],
            source: [],
            isbn: [],
            year: [],
            abstract: [],
            keyWords: [],
@@ -433,6 +434,7 @@
            // 'id=':[this.$route.params.key],
            "resourceType*": this.resourceTypeValueList,
            source: [],
            isbn: [],
            year: [],
            abstract: [],
            keyWords: [],
@@ -486,6 +488,7 @@
            cmsType: ["cmsItem"],
            "resourceType*": this.resourceTypeValueList,
            source: [],
            isbn: [],
            year: [],
            abstract: [],
            keyWords: [],
@@ -687,9 +690,10 @@
      display: -webkit-box;
      -webkit-box-orient: vertical;
      .abstract-title{
      .abstract-title {
        font-weight: bold;
      }
      span {
        font-family: Source Han Sans;
        font-size: 14px;
@@ -880,6 +884,7 @@
            color: #333;
            border-left: 1px solid #2c2c2c;
          }
          margin-bottom: 15px;
        }