diff --git a/public/img/a_danger.png b/public/img/a_danger.png new file mode 100644 index 00000000..872e95ef Binary files /dev/null and b/public/img/a_danger.png differ diff --git a/public/img/a_safe.png b/public/img/a_safe.png new file mode 100644 index 00000000..995cee61 Binary files /dev/null and b/public/img/a_safe.png differ diff --git a/public/img/bell.png b/public/img/bell.png new file mode 100644 index 00000000..9abf38f1 Binary files /dev/null and b/public/img/bell.png differ diff --git a/public/img/check.png b/public/img/check.png new file mode 100644 index 00000000..4403f0e6 Binary files /dev/null and b/public/img/check.png differ diff --git a/public/img/clock.png b/public/img/clock.png new file mode 100644 index 00000000..08b5a2fa Binary files /dev/null and b/public/img/clock.png differ diff --git a/public/img/down.png b/public/img/down.png new file mode 100644 index 00000000..9a302f22 Binary files /dev/null and b/public/img/down.png differ diff --git a/public/img/icon_cbs.png b/public/img/icon_cbs.png new file mode 100644 index 00000000..20eb9978 Binary files /dev/null and b/public/img/icon_cbs.png differ diff --git a/public/img/icon_nbcl.png b/public/img/icon_nbcl.png new file mode 100644 index 00000000..b7c1fc14 Binary files /dev/null and b/public/img/icon_nbcl.png differ diff --git a/public/img/icon_nbyg.png b/public/img/icon_nbyg.png new file mode 100644 index 00000000..f7f820bb Binary files /dev/null and b/public/img/icon_nbyg.png differ diff --git a/public/img/icon_wbcl.png b/public/img/icon_wbcl.png new file mode 100644 index 00000000..56f9aefd Binary files /dev/null and b/public/img/icon_wbcl.png differ diff --git a/public/img/icon_wlry.png b/public/img/icon_wlry.png new file mode 100644 index 00000000..55df1c3b Binary files /dev/null and b/public/img/icon_wlry.png differ diff --git a/public/img/pause.png b/public/img/pause.png new file mode 100644 index 00000000..0e5f1578 Binary files /dev/null and b/public/img/pause.png differ diff --git a/public/img/play.png b/public/img/play.png new file mode 100644 index 00000000..bde61a03 Binary files /dev/null and b/public/img/play.png differ diff --git a/public/img/r_danger.png b/public/img/r_danger.png new file mode 100644 index 00000000..aca89ddb Binary files /dev/null and b/public/img/r_danger.png differ diff --git a/public/img/r_safe.png b/public/img/r_safe.png new file mode 100644 index 00000000..b5e8d824 Binary files /dev/null and b/public/img/r_safe.png differ diff --git a/public/img/search.png b/public/img/search.png new file mode 100644 index 00000000..3ca19b4e Binary files /dev/null and b/public/img/search.png differ diff --git a/public/img/shrink.png b/public/img/shrink.png new file mode 100644 index 00000000..392c4ec2 Binary files /dev/null and b/public/img/shrink.png differ diff --git a/public/img/uncheck.png b/public/img/uncheck.png new file mode 100644 index 00000000..89b21551 Binary files /dev/null and b/public/img/uncheck.png differ diff --git a/public/img/up.png b/public/img/up.png new file mode 100644 index 00000000..e553ba66 Binary files /dev/null and b/public/img/up.png differ diff --git a/src/main.js b/src/main.js index 87cb0b68..0753801e 100644 --- a/src/main.js +++ b/src/main.js @@ -7,6 +7,7 @@ import router from './router' import store from './store' import { createApp } from 'vue' import App from './App.vue' +import * as ElementPlusIconsVue from '@element-plus/icons-vue' const app = createApp(App); @@ -18,3 +19,6 @@ app.use(scui); //挂载app app.mount('#app'); +for (const [key, component] of Object.entries(ElementPlusIconsVue)) { + app.component(key, component) +} diff --git a/src/views/bigScreen/index.vue b/src/views/bigScreen/index.vue index c894d6ff..0a0a0d93 100644 --- a/src/views/bigScreen/index.vue +++ b/src/views/bigScreen/index.vue @@ -1,58 +1,77 @@ - diff --git a/src/views/sys/user_form.vue b/src/views/sys/user_form.vue index 18b93ae4..a9cadd0d 100644 --- a/src/views/sys/user_form.vue +++ b/src/views/sys/user_form.vue @@ -48,7 +48,7 @@