diff --git a/src/assets/images/navtop/download.png b/src/assets/images/navtop/download.png new file mode 100644 index 00000000..b57da379 Binary files /dev/null and b/src/assets/images/navtop/download.png differ diff --git a/src/assets/images/navtop/signout.png b/src/assets/images/navtop/signout.png index c1ab86ec..4c0db17f 100644 Binary files a/src/assets/images/navtop/signout.png and b/src/assets/images/navtop/signout.png differ diff --git a/src/assets/images/taskpage/QR.png b/src/assets/images/taskpage/QR.png new file mode 100644 index 00000000..b5c69378 Binary files /dev/null and b/src/assets/images/taskpage/QR.png differ diff --git a/src/assets/images/taskpage/copper.png b/src/assets/images/taskpage/copper.png new file mode 100644 index 00000000..7cfdaf82 Binary files /dev/null and b/src/assets/images/taskpage/copper.png differ diff --git a/src/assets/images/taskpage/erweima.png b/src/assets/images/taskpage/erweima.png new file mode 100644 index 00000000..b5c69378 Binary files /dev/null and b/src/assets/images/taskpage/erweima.png differ diff --git a/src/assets/images/taskpage/gold.png b/src/assets/images/taskpage/gold.png new file mode 100644 index 00000000..e6df2f66 Binary files /dev/null and b/src/assets/images/taskpage/gold.png differ diff --git a/src/assets/images/taskpage/group.png b/src/assets/images/taskpage/group.png new file mode 100644 index 00000000..0aebd62d Binary files /dev/null and b/src/assets/images/taskpage/group.png differ diff --git a/src/assets/images/taskpage/group0.png b/src/assets/images/taskpage/group0.png new file mode 100644 index 00000000..1af4208b Binary files /dev/null and b/src/assets/images/taskpage/group0.png differ diff --git a/src/assets/images/taskpage/pub0.png b/src/assets/images/taskpage/pub0.png new file mode 100644 index 00000000..ad55b034 Binary files /dev/null and b/src/assets/images/taskpage/pub0.png differ diff --git a/src/assets/images/taskpage/siler.png b/src/assets/images/taskpage/siler.png new file mode 100644 index 00000000..428e9a8a Binary files /dev/null and b/src/assets/images/taskpage/siler.png differ diff --git a/src/assets/images/taskpage/stu.png b/src/assets/images/taskpage/stu.png new file mode 100644 index 00000000..c0d5c21b Binary files /dev/null and b/src/assets/images/taskpage/stu.png differ diff --git a/src/assets/images/taskpage/stu0.png b/src/assets/images/taskpage/stu0.png new file mode 100644 index 00000000..24cd0aaf Binary files /dev/null and b/src/assets/images/taskpage/stu0.png differ diff --git a/src/components/NavTop.vue b/src/components/NavTop.vue index b8e05d2a..d1c19f19 100644 --- a/src/components/NavTop.vue +++ b/src/components/NavTop.vue @@ -33,23 +33,37 @@ />
李玉冰
- +
+ + 下载 +
+
+ + 退出 +
+ - \ No newline at end of file diff --git a/src/components/drawers/CheckStuMess.vue b/src/components/drawers/CheckStuMess.vue new file mode 100644 index 00000000..34b824f3 --- /dev/null +++ b/src/components/drawers/CheckStuMess.vue @@ -0,0 +1,141 @@ + + + + + \ No newline at end of file diff --git a/src/components/drawers/CorPowerlist.vue b/src/components/drawers/CorPowerlist.vue index 34c4d1e7..081eadc5 100644 --- a/src/components/drawers/CorPowerlist.vue +++ b/src/components/drawers/CorPowerlist.vue @@ -51,25 +51,7 @@ :columns="columns1" :data-source="tableData1" :loading="tableDataTotal === -1 ? true : false" - :pagination="{ - showSizeChanger: true, - showQuickJumper: true, - hideOnSinglePage: true, - pageSizeOptions: [], - pageSize: pageSize, - current: currentPage, - total: tableDataTotal, - onChange: (page, pageSize) => { - currentPage = page; - // console.log('page', page) - // 加翻页查找代码 - // this.setState({ - // currentPage: page, - // }, () => { - // this.getMilitaryDeployment() - // }) - }, - }" + :pagination="false" > +
+ +
@@ -316,6 +309,44 @@ } } } + .main_table { + position: relative; + padding-bottom: 80px; + .classify { + margin-left: 10px !important; + padding-left: 9px !important; + } + .ant-checkbox-wrapper { + align-items: center; + margin-top: -2px; + } + .ant-table-selection-column { + padding: 0px !important; + padding-left: 60px !important; + } + .ant-table-thead > tr > th { + background-color: rgba(239, 244, 252, 1); + } + th.h { + background-color: #eff4fc !important; + } + + .ant-table-tbody + > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) + > td { + background: #f6f9fd; + } + .pa { + left: 0; + width: 100%; + // height: 20px; + // background-color: red; + display: flex; + justify-content: center; + position: absolute; + bottom: 20px; + } + } } .main_btns { diff --git a/src/components/drawers/DownLoad.vue b/src/components/drawers/DownLoad.vue new file mode 100644 index 00000000..96ad521b --- /dev/null +++ b/src/components/drawers/DownLoad.vue @@ -0,0 +1,71 @@ + + + + + diff --git a/src/components/drawers/NoticePub.vue b/src/components/drawers/NoticePub.vue new file mode 100644 index 00000000..7effed3a --- /dev/null +++ b/src/components/drawers/NoticePub.vue @@ -0,0 +1,67 @@ + +s + + \ No newline at end of file diff --git a/src/components/drawers/ProjectScore.vue b/src/components/drawers/ProjectScore.vue new file mode 100644 index 00000000..df88603e --- /dev/null +++ b/src/components/drawers/ProjectScore.vue @@ -0,0 +1,535 @@ + + + + \ No newline at end of file diff --git a/src/components/drawers/SeeStu.vue b/src/components/drawers/SeeStu.vue index d79b413c..b0c37c85 100644 --- a/src/components/drawers/SeeStu.vue +++ b/src/components/drawers/SeeStu.vue @@ -1,4 +1,4 @@ -