🌐 AI搜索 & 代理 主页
Skip to content

Commit 5d76cda

Browse files
authored
lint
1 parent 37a6af7 commit 5d76cda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/table/helpers/mixin-thead.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ export default {
105105
slotNames = [`FOOT[${field.key}]`, 'FOOT[]', ...slotNames]
106106
}
107107
const slot = this.normalizeSlot(slotNames, {
108-
label: field.label, column: field.key, field, isFoot
108+
label: field.label,
109+
column: field.key,
110+
field,
111+
isFoot
109112
})
110113
if (!slot) {
111114
// need to check if this will work

0 commit comments

Comments
 (0)