修改测试bug
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user