diff --git a/src/components/my-selectCheckbox/my-selectCheckbox.vue b/src/components/my-selectCheckbox/my-selectCheckbox.vue
new file mode 100644
index 0000000..024b35b
--- /dev/null
+++ b/src/components/my-selectCheckbox/my-selectCheckbox.vue
@@ -0,0 +1,760 @@
+
+
+ {{label + ':'}}
+
+
+
+
+
+ {{item[dataKey]}}
+
+
+
+
+
+ +{{current.length-collapseTagsNum}}
+
+
+ {{current}}
+
+
+ {{typePlaceholder}}
+
+
+
+
+
+
+
+
+ {{emptyTips}}
+
+
+ {{formatItemName(item)}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/suspend/suspend.vue b/src/components/suspend/suspend.vue
new file mode 100644
index 0000000..59d57a3
--- /dev/null
+++ b/src/components/suspend/suspend.vue
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main.js b/src/main.js
index af41f74..cd31309 100644
--- a/src/main.js
+++ b/src/main.js
@@ -9,14 +9,17 @@ import directive from './directive' // directive
import { useDict } from '@/utils/dict'
import { parseTime, resetForm, addDateRange, handleTree, selectDictLabel, selectDictLabels } from '@/utils/ruoyi'
-
-
+import mySelectCheckbox from '@/components/my-selectCheckbox/my-selectCheckbox.vue';
+import suspend from '@/components/suspend/suspend.vue';
export function createApp() {
const app = createSSRApp(App)
app.use(store)
app.use(uviewPlus)
app.use(plugins)
+ // 注册全局组件
+ app.component('mySelectCheckbox', mySelectCheckbox);
+ app.component('suspend', suspend);
directive(app)
// 全局方法挂载
diff --git a/src/pages/health/activity/list.vue b/src/pages/health/activity/list.vue
index 647734e..0b232f5 100644
--- a/src/pages/health/activity/list.vue
+++ b/src/pages/health/activity/list.vue
@@ -72,6 +72,8 @@
+
+