diff --git a/webs/sms-web/src/main.ts b/webs/sms-web/src/main.ts index ddc844c..249c7d9 100644 --- a/webs/sms-web/src/main.ts +++ b/webs/sms-web/src/main.ts @@ -9,6 +9,4 @@ import { render } from '@cmp/cmp-core/render' import qiankunRender from '@cmp/cmp-core/qiankunRender' -import echarts from '@cmp/cmp-echarts/hooks/echarts' -console.log(echarts) export const { bootstrap, mount, unmount } = qiankunRender(render) diff --git a/webs/sms-web/src/views/configs/notice/Dialog.vue b/webs/sms-web/src/views/configs/notice/Dialog.vue index d7b9c48..0aee9fe 100644 --- a/webs/sms-web/src/views/configs/notice/Dialog.vue +++ b/webs/sms-web/src/views/configs/notice/Dialog.vue @@ -21,7 +21,7 @@ 全员 管理端用户 - 租户端用户 + 指定用户 @@ -33,8 +33,8 @@ 邮件 站内信 - 企业微信 - 钉钉 + diff --git a/webs/sms-web/src/views/configs/setting_dashboard/index.vue b/webs/sms-web/src/views/configs/setting_dashboard/index.vue index 937ba47..3c99cd3 100644 --- a/webs/sms-web/src/views/configs/setting_dashboard/index.vue +++ b/webs/sms-web/src/views/configs/setting_dashboard/index.vue @@ -9,29 +9,30 @@ - + + - + - + - - + + - - + + @@ -58,8 +59,7 @@ import PlatformCapacity from './new_dashboard_component/PlatformCapacity.vue' import NoticeList from './new_dashboard_component/NoticeList.vue' import AlarmHandling from './new_dashboard_component/AlarmHandling.vue' import DailyAlarmStatistics from './new_dashboard_component/DailyAlarmStatistics.vue' -import CPUTop5 from './new_dashboard_component/CPUTop5.vue' -import VMCPUTop5 from './new_dashboard_component/VMCPUTop5.vue' +import CPU_MEMORY_Top5 from './new_dashboard_component/CPU_MEMORY_Top5.vue' import WarningList from './new_dashboard_component/WarningList.vue' export default { components: { @@ -71,8 +71,7 @@ export default { NoticeList, AlarmHandling, DailyAlarmStatistics, - CPUTop5, - VMCPUTop5, + CPU_MEMORY_Top5, WarningList }, setup(props, context) { @@ -91,6 +90,9 @@ export default { } } ::v-deep { + .weight600 { + font-weight: 600; + } .el-table--group, .el-table--border { border: none; @@ -99,7 +101,11 @@ export default { .el-table td { border: none; } - + .el-table .cell { + line-height: 32px; + font-size: 14px; + color: #344767; + } .el-table::before, .el-table--group::after, .el-table--border::after { diff --git a/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/CPUTop5.vue b/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/CPUTop5.vue deleted file mode 100644 index d0812ef..0000000 --- a/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/CPUTop5.vue +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - diff --git a/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/CPU_MEMORY_Top5.vue b/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/CPU_MEMORY_Top5.vue new file mode 100644 index 0000000..b13c560 --- /dev/null +++ b/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/CPU_MEMORY_Top5.vue @@ -0,0 +1,69 @@ + + + + + + + + + + diff --git a/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/NoticeList.vue b/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/NoticeList.vue index ec7d013..b7b8566 100644 --- a/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/NoticeList.vue +++ b/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/NoticeList.vue @@ -1,38 +1,47 @@ + 查看更多 - - - + + + + + {{ scope.row.name }} + + + + + + + {{ scope.row.gmtCreate }} - - +