mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 08:21:09 +08:00
Merge pull request #9380 from ulleo/dev
fix(X-Pack): 修复数据填报查看填报记录空值输入框会报错问题
This commit is contained in:
@@ -264,7 +264,7 @@ export default {
|
||||
:readonly="readonly"
|
||||
:placeholder="item.settings.placeholder"
|
||||
size="small"
|
||||
:show-word-limit="item.value !== undefined && item.value.length > 250"
|
||||
:show-word-limit="item.value !== undefined && item.value !== null && item.value.length > 250"
|
||||
maxlength="255"
|
||||
/>
|
||||
<el-input-number
|
||||
|
||||
Reference in New Issue
Block a user