fix(X-Pack): 修复数据填报查看填报记录空值输入框会报错问题
This commit is contained in:
parent
4fc65a61b0
commit
59491b994d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user