fix(接口测试): 断言原因列超出省略
This commit is contained in:
parent
02ce1eefe7
commit
595590b1b0
|
@ -174,7 +174,7 @@
|
|||
@change="() => handleFormChange(record, rowIndex, item)"
|
||||
>
|
||||
</MsQuickInput>
|
||||
<div v-else-if="item.inputType === 'text'" class="pl-[8px]">
|
||||
<div v-else-if="item.inputType === 'text'" class="one-line-text pl-[8px]">
|
||||
{{
|
||||
typeof item.valueFormat === 'function'
|
||||
? item.valueFormat(record)
|
||||
|
|
Loading…
Reference in New Issue