update:修复二次声纹注册bug

This commit is contained in:
hrz
2025-07-11 11:49:53 +08:00
parent 8f6dd22a6d
commit 8f685967d3
3 changed files with 77 additions and 63 deletions
@@ -29,8 +29,8 @@
</el-form-item>
<el-form-item label="描述" prop="introduce" class="form-item remark-item">
<el-input type="textarea" v-model="form.introduce" placeholder="请输入描述" :rows="3"
class="custom-textarea"></el-input>
<el-input type="textarea" v-model="form.introduce" placeholder="请输入描述" :rows="3" class="custom-textarea"
maxlength="100" show-word-limit></el-input>
</el-form-item>
</el-form>