mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
审核理由
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user