فهرست منبع

topActionSlots: false 报错提示修改

bimei 2 سال پیش
والد
کامیت
c9cebcde41

+ 1 - 0
src/views/bpm/task/done/index.vue

@@ -21,6 +21,7 @@ const { push } = useRouter() // 路由
 
 const [registerTable] = useXTable({
   allSchemas: allSchemas,
+  topActionSlots: false,
   getListApi: TaskApi.getDoneTaskPage
 })
 

+ 1 - 0
src/views/bpm/task/todo/index.vue

@@ -22,6 +22,7 @@ const { push } = useRouter() // 路由
 
 const [registerTable] = useXTable({
   allSchemas: allSchemas,
+  topActionSlots:false,
   getListApi: TaskApi.getTodoTaskPage
 })
 

+ 1 - 0
src/views/system/mail/log/index.vue

@@ -59,6 +59,7 @@ const queryParams = reactive({
 })
 const [registerTable] = useXTable({
   allSchemas: allSchemas,
+  topActionSlots: false,
   params: queryParams,
   getListApi: MailLogApi.getMailLogPageApi
 })

+ 1 - 0
src/views/system/notify/message/index.vue

@@ -37,6 +37,7 @@ const { t } = useI18n() // 国际化
 // 列表相关的变量
 const [registerTable] = useXTable({
   allSchemas: allSchemas,
+  topActionSlots: false,
   getListApi: NotifyMessageApi.getNotifyMessagePageApi
 })