1
0
mirror of synced 2025-12-07 22:28:34 +08:00

fix: 修复命名

This commit is contained in:
孔成明
2024-01-26 16:25:00 +08:00
parent f4e423c39a
commit 59b0c97c38

View File

@@ -273,8 +273,8 @@ export default defineComponent({
}, column.renderCell(params))
)
if (showValidTip && errorValidItem) {
if (slots.validError) {
const validErrorSlot = $xetable.callSlot(slots.validError, errorValidItem)
if (slots.valid) {
const validErrorSlot = $xetable.callSlot(slots.valid, errorValidItem)
tdVNs.push(
h('div', { class: 'vxe-cell--valid-error-slot' }, validErrorSlot)
)