WXL
2024-04-28 7d77cffcb35dc8ea73eab1de0501840728cdbd87
src/views/repositoryai/verbaltrick/particulars/index.vue
@@ -267,13 +267,14 @@
            <el-col :span="24">
              <el-form-item label="问题文本" prop="questionText">
                <el-input
                :rows="2"
                  type="textarea"
                  :rows="2"
                  placeholder="请输入内容"
                  id="questionText"
                  maxlength="66"
                  show-word-limit
                  placeholder="请输入内容"
                  v-model.sync="indexform.questionText"
                  @focus="handleInput('questionText')"
                  maxlength="30"
                />
              </el-form-item> </el-col
          ></el-row>
@@ -290,7 +291,8 @@
                >
                  <el-button size="small" type="primary">点击上传</el-button>
                </el-upload>
                <!-- <el-input v-model="indexform.userName" maxlength="30" /> -->
                <!-- <el-input v-model="indexform.userName" maxlength="66"
                  show-word-limit /> -->
              </el-form-item>
            </el-col></el-row
          >
@@ -304,7 +306,8 @@
                  placeholder="请输入内容"
                  v-model.sync="indexform.nomatchtext"
                  @focus="handleInput('nomatchtext')"
                  maxlength="30"
                  maxlength="66"
                  show-word-limit
                />
              </el-form-item> </el-col
          ></el-row>
@@ -334,7 +337,8 @@
                  placeholder="请输入内容"
                  v-model.sync="indexform.sliencetext"
                  @focus="handleInput('sliencetext')"
                  maxlength="30"
                  maxlength="66"
                  show-word-limit
                />
              </el-form-item> </el-col
          ></el-row>
@@ -354,36 +358,7 @@
              </el-form-item>
            </el-col></el-row
          >
          <el-row>
            <el-col :span="24">
              <el-form-item label="通用库文本" prop="submoduletext">
                <el-input
                  type="textarea"
                  :rows="2"
                  id="submoduletext"
                  placeholder="请输入内容"
                  v-model.sync="indexform.submoduletext"
                  @focus="handleInput('submoduletext')"
                  maxlength="30"
                />
              </el-form-item> </el-col
          ></el-row>
          <el-row>
            <el-col :span="6">
              <el-form-item label="通用库语音" prop="libraryy">
                <el-upload
                  class="upload-demo"
                  action="https://jsonplaceholder.typicode.com/posts/"
                  :on-change="handleChange"
                  :file-list="fileList"
                  :limit="1"
                  :on-exceed="handleExceed"
                >
                  <el-button size="small" type="primary">点击上传</el-button>
                </el-upload>
              </el-form-item>
            </el-col></el-row
          >
          <el-row>
            <el-col :span="24">
              <el-form-item label="听不清文本" prop="noclearlytext">
@@ -392,9 +367,10 @@
                  id="noclearlytext"
                  :rows="2"
                  placeholder="请输入内容"
                  @focus="handleInput('noclearlytext')"
                  @focus="handleInput('noclearlytext')"
                  v-model.sync="indexform.noclearlytext"
                  maxlength="30"
                  maxlength="66"
                  show-word-limit
                />
              </el-form-item> </el-col
          ></el-row>