WXL
8 天以前 783b99e90a91540d7b05a777b838b183558d50d1
src/views/knowledge/questionbank/particulars/index.vue
@@ -328,7 +328,9 @@
                    <el-image
                      style="width: 100px; height: 100px"
                      :src="topicobj.picturePath"
                      :preview-src-list="[...topicobj.picturePath]"
                      :preview-src-list="
                                topicobj.picturePath ? [topicobj.picturePath] : []
                              "
                    >
                    </el-image>
                  </div>
@@ -518,7 +520,9 @@
                        <el-image
                          style="width: 100px; height: 100px"
                          :src="item.picturePath"
                          :preview-src-list="[...item.picturePath]"
                           :preview-src-list="
                                item.picturePath ? [item.picturePath] : []
                              "
                        >
                        </el-image>
                      </div>
@@ -982,7 +986,7 @@
      let scorearr = this.topicobj.svyLibScriptOptions;
      let isValid = scorearr.every((score, index) => {
        if (this.topicobj.scriptType == 1) {
          if (score.score) {
          if (score.score||score.score==0) {
            if (
              Number(score.score) < 0 ||
              Number(score.score) > Number(this.topicobj.score)