mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
始终选中一个关卡
This commit is contained in:
@@ -2010,18 +2010,20 @@
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div class="cstm_items">
|
||||
<div class="signbox">
|
||||
<span style="margin-right: 3px">完成规则</span>
|
||||
</div>
|
||||
<div class="b_input">
|
||||
<!--
|
||||
|
||||
<a-checkbox
|
||||
v-model:checked="regisCom"
|
||||
@click="regisCom = !regisCom"
|
||||
>
|
||||
<span style="color: #6d7584">报名即完成</span>
|
||||
</a-checkbox> -->
|
||||
<!--
|
||||
<a-checkbox v-model:checked="signCom" @click="signCom = !signCom">
|
||||
<span style="color: #6d7584">签到即完成</span>
|
||||
</a-checkbox>
|
||||
@@ -2032,7 +2034,7 @@
|
||||
<span style="color: #6d7584">请假算完成</span>
|
||||
</a-checkbox>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="cstm_items items_fj">
|
||||
<div class="signbox">
|
||||
<span style="margin-right: 3px">附件</span>
|
||||
@@ -2145,6 +2147,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="aeLoading" :style="{ display: addLoading ? 'flex' : 'none' }">
|
||||
<a-spin :spinning="addLoading" tip="" />
|
||||
</div>
|
||||
</a-modal>
|
||||
<!--新建开课页面 -->
|
||||
<!--开课学员管理页面 -->
|
||||
@@ -3591,7 +3596,7 @@ export default defineComponent({
|
||||
|
||||
imageUrl: "",
|
||||
imgList: [],
|
||||
validate: true,
|
||||
validate:false,
|
||||
|
||||
pageSize2: 10,
|
||||
currentPage2: 0,
|
||||
@@ -4540,9 +4545,10 @@ export default defineComponent({
|
||||
message.destroy();
|
||||
return message.warning("请输入必填项");
|
||||
}
|
||||
console.log("state.validate",state.validate);
|
||||
if (!state.validate) {
|
||||
message.destroy();
|
||||
return message.warning("路径图名称重复");
|
||||
return message.warning("面授课名称已存在");
|
||||
}
|
||||
console.log(
|
||||
"state.bs_hs && state.valueE1 == 2",
|
||||
@@ -4659,7 +4665,7 @@ export default defineComponent({
|
||||
}
|
||||
if (!state.validate) {
|
||||
message.destroy();
|
||||
return message.warning("路径图名称重复");
|
||||
return message.warning("面授课名称重复");
|
||||
}
|
||||
edit(postData).then((res) => {
|
||||
if (res.data.code === 200) {
|
||||
@@ -4713,6 +4719,7 @@ export default defineComponent({
|
||||
};
|
||||
//保存开课
|
||||
const handleSureStu = () => {
|
||||
state.addLoading = true;
|
||||
let startTime,
|
||||
endTime = 0;
|
||||
if (state.xjkkinputV3) {
|
||||
@@ -5772,7 +5779,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.aeLoading {
|
||||
z-index: 10000;
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
.courseManage {
|
||||
|
||||
Reference in New Issue
Block a user