diff --git a/jero-web/src/assets/gengduo.png b/jero-web/src/assets/gengduo.png new file mode 100644 index 000000000..152b30e51 Binary files /dev/null and b/jero-web/src/assets/gengduo.png differ diff --git a/jero-web/src/assets/wdxx.png b/jero-web/src/assets/wdxx.png new file mode 100644 index 000000000..b9e5dbcd0 Binary files /dev/null and b/jero-web/src/assets/wdxx.png differ diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 7ef69b789..c1891ced8 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -882,4 +882,8 @@ module.exports = { dataCannotEmpty:'Data Cannot Empty', documentDynamics:'Document Dynamics', theNumberAgain:'The number already exists and cannot be added again', + myList:'My to-do list', + myNews:'My News', + monthlyReportRegulations:'Monthly report regulations', + Pending:'Pending', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index d5ac502f9..c64cffdf2 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -887,4 +887,8 @@ module.exports = { dataCannotEmpty:'数据不能为空', documentDynamics:'文档动态', theNumberAgain:'编号已存在不能重复添加', + myList:'我的待办', + myNews:'我的消息', + monthlyReportRegulations:'法规月报', + Pending:'待处理', } \ No newline at end of file diff --git a/jero-web/src/views/dashboard/Analysis.vue b/jero-web/src/views/dashboard/Analysis.vue index 1b9ab1cce..acaf903a3 100644 --- a/jero-web/src/views/dashboard/Analysis.vue +++ b/jero-web/src/views/dashboard/Analysis.vue @@ -1,27 +1,120 @@ \ No newline at end of file + + diff --git a/jero-web/src/views/dashboard/components/documentDynamics.vue b/jero-web/src/views/dashboard/components/documentDynamics.vue index 10ca546ad..620ba53fc 100644 --- a/jero-web/src/views/dashboard/components/documentDynamics.vue +++ b/jero-web/src/views/dashboard/components/documentDynamics.vue @@ -5,11 +5,13 @@
{{$t('more')}}
-
+
文档库中新增了新的标准 GB 7258 机动车文件
+
2022-04-04 12:00:00
+
@@ -47,13 +49,27 @@ width: 100%; display: flex; justify-content: space-between; + flex-wrap: wrap; + position: relative; + + .solid { + width: 1px; + height: 210px; + background: #EFF1F3; + position: absolute; + left: 50%; + top: 120px; + transform: translate(-50%, -50%); + } .documentDynamics-text { height: 51px; - display: flex; width: calc(50% - 20px); - border-bottom: 1px solid #CED0D8; - align-items: center; + line-height: 51px; + border-bottom: 1px solid #EFF1F3; + position: relative; + margin-bottom: 6px; + cursor: pointer; .yuan { width: 6px; @@ -62,7 +78,10 @@ background: #040B29; opacity: 0.8; border-radius: 50%; - margin-top: 2px; + position: absolute; + left: 0; + top: 50%; + transform: translate(-50%, -50%); } .text { @@ -70,15 +89,27 @@ font-size: 16px; font-weight: 400; color: #040B29; - margin-left: 8px; + margin-left: 14px; + width: calc(100% - 240px); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } img { width: 38px; height: 20px; - margin-top: 3px; + margin-top: -42px; margin-left: 3px; } + + .time { + font-size: 14px; + float: right; + font-weight: 400; + color: #9B9DA9; + margin-right: 12px; + } } } } diff --git a/jero-web/src/views/dashboard/components/monthlyReportRegulations.vue b/jero-web/src/views/dashboard/components/monthlyReportRegulations.vue new file mode 100644 index 000000000..8c8a56314 --- /dev/null +++ b/jero-web/src/views/dashboard/components/monthlyReportRegulations.vue @@ -0,0 +1,115 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/dashboard/components/myList.vue b/jero-web/src/views/dashboard/components/myList.vue new file mode 100644 index 000000000..394146bb7 --- /dev/null +++ b/jero-web/src/views/dashboard/components/myList.vue @@ -0,0 +1,118 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/dashboard/components/myNews.vue b/jero-web/src/views/dashboard/components/myNews.vue new file mode 100644 index 000000000..eb1ed9469 --- /dev/null +++ b/jero-web/src/views/dashboard/components/myNews.vue @@ -0,0 +1,110 @@ + + + + + \ No newline at end of file