WXL
2024-07-19 193b6ba90e066ba13358e07d4a34aaa07407f4e3
测试完成
已修改3个文件
21 ■■■■■ 文件已修改
src/views/knowledge/questionbank/particulars/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/outsideChainwt.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/intention/index.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/knowledge/questionbank/particulars/index.vue
@@ -905,7 +905,6 @@
      //el.selectionStart; 这就是当前光标所在的位置(字符串中字符的index)
      if (this.currentInputId == "scriptContent") {
        inputValueArr = this.topicobj.scriptContent.split("");
        console.log(123);
      } else if (this.currentInputId == "nomatchtext") {
        inputValueArr = this.topicobj.nomatchtext.split("");
      } else if (this.currentInputId == "sliencetext") {
src/views/outsideChainwt.vue
@@ -146,11 +146,6 @@
<style lang="scss" scoped>
.questionnaire {
  // background-image: url("../assets/images/chainbackground.jpg");
  // background-repeat: no-repeat;
  // background-position: center center;
  // background-size: cover;
  // height: 100vh;
  background-image: url("../assets/images/chainbackground.jpg");
  background-size: cover;
  background-attachment: fixed; /* 保持背景固定 */
src/views/repositoryai/intention/index.vue
@@ -513,7 +513,7 @@
            <el-card
              class="box-card"
              style="margin-bottom: 20px"
              v-if="indexform.valueType == 1"
              v-if="indexform.valueType == 1 || indexform.valueType == 2"
            >
              <Regular
                :TargetoptionList="testuserList"
@@ -524,19 +524,6 @@
                @xiayioption="xiayioption"
              />
            </el-card>
            <div v-if="indexform.valueType == 2">
              <el-form-item label="收集信息">
                <el-input
                  type="textarea"
                  :rows="2"
                  placeholder="填入收集信息"
                  v-model="indexform.reply"
                  maxlength="50"
                  show-word-limit
                >
                </el-input
              ></el-form-item>
            </div>
            <div v-if="indexform.valueType == 3">
              <el-form-item label="收集信息">
                <el-input