修改字段长度限制文件校验等测试问题

This commit is contained in:
GGJ
2024-12-03 14:14:19 +08:00
parent 32b5a6db3e
commit 6dbc09ef8d
22 changed files with 76 additions and 65 deletions

View File

@@ -4,7 +4,7 @@
<TableHeader date-picker theCurrentTime>
<template v-slot:select>
<el-form-item label='任务名称'>
<el-input v-model='tableStore.table.params.searchValue' placeholder='请输入任务名称' />
<el-input v-model='tableStore.table.params.searchValue' placeholder='请输入任务名称' clearable maxlength="32" show-word-limit/>
</el-form-item>
</template>
</TableHeader>

View File

@@ -4,7 +4,7 @@
<TableHeader date-picker theCurrentTime>
<template v-slot:select>
<el-form-item label="任务名称">
<el-input v-model="tableStore.table.params.searchValue" placeholder="请输入任务名称"></el-input>
<el-input v-model="tableStore.table.params.searchValue" placeholder="请输入任务名称" clearable maxlength="32" show-word-limit></el-input>
</el-form-item>
</template>
</TableHeader>

View File

@@ -4,7 +4,7 @@
<TableHeader>
<template v-slot:select>
<el-form-item label='任务名称'>
<el-input v-model='tableStore.table.params.searchValue' placeholder='请输入任务名称'></el-input>
<el-input v-model='tableStore.table.params.searchValue' placeholder='请输入任务名称' clearable maxlength="32" show-word-limit></el-input>
</el-form-item>
</template>
</TableHeader>