审核理由

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) {
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;

View File

@@ -290,6 +290,11 @@
</div>
</div>
<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="ft_main">
<div class="m_title">课程信息</div>
@@ -3765,6 +3770,7 @@ export default defineComponent({
valueE2: "",
//确定面授
ft_eidt: false,
statusJuJue: 0,
statusTingQi: 1,
qdms_inputV1: "",
qdms_inputV2: "",
@@ -4557,6 +4563,7 @@ export default defineComponent({
state.hideshow = true;
state.offcourseId = null;
state.statusJuJue = 1;
state.statusTingQi = 1;
state.qdms_inputV1 = "";
state.imageUrl = "";
@@ -5158,6 +5165,8 @@ export default defineComponent({
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) {
state.statusTingQi = 1;
}
@@ -8131,6 +8140,11 @@ export default defineComponent({
border: none;
}
// statusJuJue
.statusJuJue {
margin-bottom: 20px;
}
// .tableSelect {
// position: relative;
// .hoverList {