WXL
2024-04-25 4bc27ca4c7eb5e6ceed68036b9dda7d80c69ead6
src/views/repositoryai/verbaltrick/particulars/index.vue
@@ -267,13 +267,14 @@
            <el-col :span="24">
              <el-form-item label="问题文本" prop="questionText">
                <el-input
                  type="textarea"
                  :rows="2"
                  placeholder="请输入内容"
                  type="textarea"
                  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>
@@ -364,7 +368,8 @@
                  placeholder="请输入内容"
                  v-model.sync="indexform.submoduletext"
                  @focus="handleInput('submoduletext')"
                  maxlength="30"
                  maxlength="66"
                  show-word-limit
                />
              </el-form-item> </el-col
          ></el-row>
@@ -394,7 +399,8 @@
                  placeholder="请输入内容"
                  @focus="handleInput('noclearlytext')"
                  v-model.sync="indexform.noclearlytext"
                  maxlength="30"
                  maxlength="66"
                  show-word-limit
                />
              </el-form-item> </el-col
          ></el-row>