diff --git a/web-vue/src/pages/layout/overview.vue b/web-vue/src/pages/layout/overview.vue new file mode 100644 index 000000000..9ef33a3e5 --- /dev/null +++ b/web-vue/src/pages/layout/overview.vue @@ -0,0 +1,219 @@ + + + + 欢迎【{{ getUserInfo.name }}】您使用本系统 + + + + 演示账号 + 超级管理员 + 管理员 + 普通用户 + + + + + + + + + + + + + + + + + + + + + + 数据统计 + + + {{ item.name }}:{{ statData[item.field] || "-" }} + + + + + + + 构建日志 + + + + + {{ parseTime(item.startTime) }} ~ {{ parseTime(item.endTime) }} + + #{{ item.buildNumberId }} + {{ item.buildName }} + + {{ statusMap[item.status] || "未知" }} + + + + + + + + + + + 登录日志 + more + + + + {{ parseTime(item.createTimeMillis) }} + + {{ operateCodeMap[item.operateCode] || "未知" }} + IP:{{ item.ip }} + + + + + + + + + + 操作日志 + + more + + + + {{ parseTime(item.createTimeMillis) }} + + {{ classFeatureMap[item.classFeature] }} + {{ methodFeatureMap[item.methodFeature] }} + + + + + + + + + + { + viewLogVisible = 0; + } + " + destroyOnClose + :visible="viewLogVisible > 0" + :width="'90vw'" + title="操作日志" + :footer="null" + :maskClosable="false" + > + + + + + + +