File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ const { push } = useRouter() // 路由
21
21
22
22
const [registerTable] = useXTable ({
23
23
allSchemas: allSchemas ,
24
+ topActionSlots: false ,
24
25
getListApi: TaskApi .getDoneTaskPage
25
26
})
26
27
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ const { push } = useRouter() // 路由
22
22
23
23
const [registerTable] = useXTable ({
24
24
allSchemas: allSchemas ,
25
+ topActionSlots:false ,
25
26
getListApi: TaskApi .getTodoTaskPage
26
27
})
27
28
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ const queryParams = reactive({
59
59
})
60
60
const [registerTable] = useXTable ({
61
61
allSchemas: allSchemas ,
62
+ topActionSlots: false ,
62
63
params: queryParams ,
63
64
getListApi: MailLogApi .getMailLogPageApi
64
65
})
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ const { t } = useI18n() // 国际化
37
37
// 列表相关的变量
38
38
const [registerTable] = useXTable ({
39
39
allSchemas: allSchemas ,
40
+ topActionSlots: false ,
40
41
getListApi: NotifyMessageApi .getNotifyMessagePageApi
41
42
})
42
43
You can’t perform that action at this time.
0 commit comments