修改测试bug

This commit is contained in:
guanj
2026-06-08 18:34:49 +08:00
parent 4f907a80c4
commit 03d302ded8
133 changed files with 3991 additions and 3442 deletions

View File

@@ -38,10 +38,10 @@
<el-tab-pane label="基础信息">
<el-form ref="formRef" inline :rules="rules" :model="form" label-width="auto" class="form-four">
<el-form-item label="页面名称" prop="pageName">
<el-input
<el-input maxlength="32" show-word-limit
style="width: 100%"
maxlength="32"
show-word-limit
v-model.trim="form.pageName"
placeholder="请输入页面名称"
></el-input>
@@ -84,9 +84,9 @@
/>
</el-form-item>
<el-form-item label="备注" class="top">
<el-input
<el-input show-word-limit
maxlength="300"
show-word-limit
style="width: 100%"
type="textarea"
:rows="1"