审核理由

This commit is contained in:
kclf
2022-12-06 17:49:21 +08:00
parent e0045091fe
commit 8e827dc814
2 changed files with 18 additions and 4 deletions

View File

@@ -55,10 +55,10 @@ http.interceptors.response.use(
if (code === 0 || code === 200) { if (code === 0 || code === 200) {
return response; return response;
} else { } else {
if (code === 1000) { // if (code === 1000) {
window.open("https://u-pre.boe.com/web/", '_self'); // window.open("https://u-pre.boe.com/web/", '_self');
// window.open("http://111.231.196.214:12013/manage/login", '_self'); // // window.open("http://111.231.196.214:12013/manage/login", '_self');
} // }
console.log("api %o", msg); console.log("api %o", msg);
} }
return response; return response;

View File

@@ -290,6 +290,11 @@
</div> </div>
</div> </div>
<div class="modalMain"> <div class="modalMain">
<!-- 审核理由 -->
<div v-if="statusJuJue" class="statusJuJue">
<span>审核意见</span>
<span>111</span>
</div>
<div class="faceteach" :style="{ display: ft_hs ? 'block' : 'none' }"> <div class="faceteach" :style="{ display: ft_hs ? 'block' : 'none' }">
<div class="ft_main"> <div class="ft_main">
<div class="m_title">课程信息</div> <div class="m_title">课程信息</div>
@@ -3765,6 +3770,7 @@ export default defineComponent({
valueE2: "", valueE2: "",
//确定面授 //确定面授
ft_eidt: false, ft_eidt: false,
statusJuJue: 0,
statusTingQi: 1, statusTingQi: 1,
qdms_inputV1: "", qdms_inputV1: "",
qdms_inputV2: "", qdms_inputV2: "",
@@ -4557,6 +4563,7 @@ export default defineComponent({
state.hideshow = true; state.hideshow = true;
state.offcourseId = null; state.offcourseId = null;
state.statusJuJue = 1;
state.statusTingQi = 1; state.statusTingQi = 1;
state.qdms_inputV1 = ""; state.qdms_inputV1 = "";
state.imageUrl = ""; state.imageUrl = "";
@@ -5158,6 +5165,8 @@ export default defineComponent({
if (res.data.code === 200) return res.data.data; if (res.data.code === 200) return res.data.data;
}); });
state.statusJuJue = Number(item.auditStatus) === -1 ? 1 : 0;
if (Number(item.auditStatus) === 2 && Number(item.status) === 1) { if (Number(item.auditStatus) === 2 && Number(item.status) === 1) {
state.statusTingQi = 1; state.statusTingQi = 1;
} }
@@ -8131,6 +8140,11 @@ export default defineComponent({
border: none; border: none;
} }
// statusJuJue
.statusJuJue {
margin-bottom: 20px;
}
// .tableSelect { // .tableSelect {
// position: relative; // position: relative;
// .hoverList { // .hoverList {