From 4a0a0e6367e6824c54a541a0785e25645e5644b1 Mon Sep 17 00:00:00 2001 From: lixg Date: Tue, 6 Dec 2022 17:16:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=E5=88=A0=E9=99=A4=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E8=AF=BE=E7=BC=96=E8=BE=91=E7=9A=84=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/api/config.js | 10 +++++----- src/components/drawers/AddOnline.vue | 13 ++++++++----- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/App.vue b/src/App.vue index 235c735b..7e5bb0b1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -43,7 +43,7 @@ export default defineComponent({ const store = useStore(); const isLogin = ref(false); // console.log("router", router.getRoutes(), route); - console.log("版本0.9.1------------"); + console.log("版本0.9.2------------"); const routes = computed(() => { return router.getRoutes().filter((e) => e.meta?.isLink); }); diff --git a/src/api/config.js b/src/api/config.js index 326b58f4..f860fcc7 100644 --- a/src/api/config.js +++ b/src/api/config.js @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-11-21 14:32:52 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2022-12-06 09:02:40 + * @LastEditTime: 2022-12-06 17:14:47 * @FilePath: /fe-manage/src/api/config.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -55,10 +55,10 @@ http.interceptors.response.use( if (code === 0 || code === 200) { return response; } else { - // if (code === 1000) { - // window.open("https://u-pre.boe.com/web/", '_self'); - // // window.open("http://111.231.196.214:12013/manage/login", '_self'); - // } + if (code === 1000) { + window.open("https://u-pre.boe.com/web/", '_self'); + // window.open("http://111.231.196.214:12013/manage/login", '_self'); + } console.log("api %o", msg); } return response; diff --git a/src/components/drawers/AddOnline.vue b/src/components/drawers/AddOnline.vue index d0270c04..576c8336 100644 --- a/src/components/drawers/AddOnline.vue +++ b/src/components/drawers/AddOnline.vue @@ -57,7 +57,7 @@ -
+
{ state.currentPage = page; - state.selectedRowKeys = [] + state.selectedRowKeys = []; getAllOnlineText(); }; const getTableDate = (tableData) => { @@ -365,9 +365,12 @@ export default { state.tableDataTotal = res.data.data.count; if (res.status === 200) { console.log("获取在线课列表数据", res); - for(let i=0;i Date: Tue, 6 Dec 2022 17:22:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=E5=AE=A1=E6=A0=B8=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examine/CourseReviewed.vue | 290 +++++++++++++++++++++++++++ 1 file changed, 290 insertions(+) diff --git a/src/views/examine/CourseReviewed.vue b/src/views/examine/CourseReviewed.vue index 0f619b9f..6535e016 100644 --- a/src/views/examine/CourseReviewed.vue +++ b/src/views/examine/CourseReviewed.vue @@ -456,4 +456,294 @@ export default { } } } + +.projAuditModal { + .ant-modal { + width: 816px !important; + min-height: 420px !important; + + .ant-modal-content { + width: 816px !important; + min-height: 420px !important; + + .ant-modal-body { + width: 816px !important; + min-height: 420px !important; + padding: 0 !important; + + .delete { + z-index: 999; + width: 816px; + min-height: 420px; + background: #ffffff; + box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.21); + border-radius: 4px; + // position: absolute; + // left: 50%; + // top: 10%; + // transform: translate(-50%, -50%); + .del_header { + position: absolute; + width: calc(100%); + height: 68px; + background: linear-gradient( + rgba(78, 166, 255, 0.2) 0%, + rgba(78, 166, 255, 0) 100% + ); + } + + .del_main { + width: 100%; + position: relative; + + .header { + display: flex; + align-items: center; + padding-top: 20px; + padding-left: 26px; + font-size: 16px; + + .icon { + width: 16px; + height: 16px; + margin-right: 10px; + background-image: url(@/assets/images/taskpage/gan.png); + background-size: 100% 100%; + } + + .close_exit { + position: absolute; + right: 42px; + cursor: pointer; + width: 20px; + height: 20px; + background-image: url(@/assets/images/coursewareManage/close.png); + background-size: 100% 100%; + } + } + + .body { + width: 100%; + margin: 34px auto 56px auto; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + // background-color: red; + position: relative; + + .ant-table-empty { + width: 100% !important; + } + + .back { + position: absolute; + top: 30px; + font-size: 12px; + font-weight: 400; + color: #666666; + } + } + + .del_btnbox { + display: flex; + margin: 30px auto; + justify-content: center; + + .del_btn { + width: 100px; + height: 40px; + background: rgba(64, 158, 255, 0); + border-radius: 8px; + display: flex; + align-items: center; + justify-content: center; + + flex-shrink: 0; + cursor: pointer; + + .btnText { + font-size: 14px; + font-weight: 400; + line-height: 40px; + } + } + + .btn1 { + border: 1px solid rgba(64, 158, 255, 1); + color: #4ea6ff; + margin-right: 14px; + } + + .btn2 { + background-color: #4ea6ff; + color: #ffffff; + } + } + } + } + } + } + } +} + +.projectviewed { + width: 100%; + + .tmpl { + width: 100%; + + .tmpl_header { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + margin-bottom: 32px; + + margin-left: 32px; + margin-right: 32px; + + .tmplh_inp { + .inpbox { + display: flex; + flex-wrap: wrap; + margin-top: 42px; + + .inpbox1 { + display: flex; + justify-content: center; + align-items: center; + margin-right: 24px; + margin-top: 10px; + + .ant-select-selector { + border-radius: 8px; + width: 270px; + height: 40px; + padding-top: 5px; + } + + span { + white-space: nowrap; + } + } + } + } + + .tmplh_btn { + display: flex; + // margin-left: 38px; + margin-top: 52px; + + .btn { + padding: 0px 26px 0px 26px; + height: 38px; + border-radius: 8px; + display: flex; + align-items: center; + justify-content: center; + margin-right: 14px; + cursor: pointer; + flex-shrink: 0; + + .search { + background-size: 100%; + } + + .btnText { + font-size: 14px; + font-weight: 400; + line-height: 36px; + margin-left: 5px; + } + + .btnText1 { + color: rgb(255, 255, 255); + } + + .btnText2 { + color: rgba(64, 158, 255, 1); + } + } + + .btn1 { + background: #409eff; + + .search { + width: 15px; + height: 17px; + background-image: url("../../assets/images/courseManage/search0.png"); + } + } + + .btn2 { + background: #ffffff; + border: 1px solid #388be1; + + .search { + width: 16px; + height: 18px; + background-image: url("../../assets/images/courseManage/reset1.png"); + } + } + + .btn1:hover { + background: rgb(255, 255, 255); + border: 1px solid #388be1; + + .search { + background-image: url("../../assets/images/courseManage/search1.png"); + } + + .btnText { + color: rgba(64, 158, 255, 1); + } + } + + .btn2:hover { + background: rgba(64, 158, 255, 1); + + .search { + background-image: url("../../assets/images/courseManage/reset0.png"); + } + + .btnText { + color: #ffffff; + } + } + } + } + + .tmpl_body { + padding: 0px 30px; + + .tmpl_tabbox { + .operation { + display: flex; + justify-content: center; + align-items: center; + color: #4ea6ff; + + .nselect { + justify-content: center; + align-items: center; + display: flex; + + .jc { + margin-left: 20px; + white-space: nowrap; + cursor: pointer; + } + } + } + } + + .pa { + width: 100%; + margin-top: 20px; + display: flex; + justify-content: center; + } + } + } +}