mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
启用 停用
This commit is contained in:
@@ -695,7 +695,11 @@
|
|||||||
<div class="btn btn6" v-if="isEdit == 1">
|
<div class="btn btn6" v-if="isEdit == 1">
|
||||||
<div class="btnText">未提交</div>
|
<div class="btnText">未提交</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn btn6" @click="reviewClick">
|
<div
|
||||||
|
class="btn btn6"
|
||||||
|
v-if="statusTingQi == 1"
|
||||||
|
@click="reviewClick"
|
||||||
|
>
|
||||||
<div class="btnText">提交审核</div>
|
<div class="btnText">提交审核</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -3761,6 +3765,7 @@ export default defineComponent({
|
|||||||
valueE2: "",
|
valueE2: "",
|
||||||
//确定面授
|
//确定面授
|
||||||
ft_eidt: false,
|
ft_eidt: false,
|
||||||
|
statusTingQi: 1,
|
||||||
qdms_inputV1: "",
|
qdms_inputV1: "",
|
||||||
qdms_inputV2: "",
|
qdms_inputV2: "",
|
||||||
qdms_inputV3: "",
|
qdms_inputV3: "",
|
||||||
@@ -3892,23 +3897,6 @@ export default defineComponent({
|
|||||||
if (editor == null) return;
|
if (editor == null) return;
|
||||||
editor.destroy();
|
editor.destroy();
|
||||||
});
|
});
|
||||||
watch(
|
|
||||||
() => state,
|
|
||||||
(newVal) => {
|
|
||||||
console.log("newVal3333333333333333333");
|
|
||||||
console.log(newVal.ft_hs);
|
|
||||||
if (!newVal.ft_hs) {
|
|
||||||
console.log("newVal.ft_hs11111111111111");
|
|
||||||
// const editor = editorRef.value;
|
|
||||||
// if (editor == null) return;
|
|
||||||
// editor.destroy();
|
|
||||||
// router.go(0);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
deep: true,
|
|
||||||
}
|
|
||||||
);
|
|
||||||
// 富文本 eeeeeeeeeeeeee
|
// 富文本 eeeeeeeeeeeeee
|
||||||
|
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
@@ -4567,6 +4555,7 @@ export default defineComponent({
|
|||||||
state.hideshow = true;
|
state.hideshow = true;
|
||||||
|
|
||||||
state.offcourseId = null;
|
state.offcourseId = null;
|
||||||
|
state.statusTingQi = 1;
|
||||||
state.qdms_inputV1 = "";
|
state.qdms_inputV1 = "";
|
||||||
state.imageUrl = "";
|
state.imageUrl = "";
|
||||||
state.qdms_inputV2 = "";
|
state.qdms_inputV2 = "";
|
||||||
@@ -5165,11 +5154,20 @@ export default defineComponent({
|
|||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
if (res.data.code === 200) return res.data.data;
|
if (res.data.code === 200) return res.data.data;
|
||||||
});
|
});
|
||||||
console.log("res");
|
console.log("res33333333333");
|
||||||
console.log(item);
|
console.log(item);
|
||||||
console.log(options2.value);
|
console.log(options2.value);
|
||||||
console.log(options3.value);
|
console.log(options3.value);
|
||||||
|
|
||||||
|
if (Number(item.auditStatus) === 2 && Number(item.status) === 1) {
|
||||||
|
state.statusTingQi = 1;
|
||||||
|
}
|
||||||
|
if (Number(item.auditStatus) === 2 && Number(item.status) === 0) {
|
||||||
|
state.statusTingQi = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
console.log("res3333333444444444444433333");
|
||||||
|
console.log(state.statusTingQi);
|
||||||
state.qdms_inputV1 = item.name;
|
state.qdms_inputV1 = item.name;
|
||||||
// state.imageUrl = item.picUrl;
|
// state.imageUrl = item.picUrl;
|
||||||
state.feng_mian_1 = item.picUrl;
|
state.feng_mian_1 = item.picUrl;
|
||||||
|
|||||||
Reference in New Issue
Block a user