mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
t
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
<span>授课形式</span>
|
||||
</div>
|
||||
<a-radio-group v-model:value="valueE1">
|
||||
@@ -221,7 +221,7 @@
|
||||
</div>
|
||||
</a-radio-group>
|
||||
</div>
|
||||
<!--
|
||||
<!--
|
||||
<div class="b_sup" :style="{ display: bs_hs ? 'block' : 'none' }">
|
||||
<div class="ofmb_items">
|
||||
<div class="signbox">
|
||||
@@ -1403,7 +1403,7 @@
|
||||
placeholder="请选择状态"
|
||||
v-model:value="gl_selectV2"
|
||||
style="width: 200px"
|
||||
:options="options1"
|
||||
:options="options11"
|
||||
allowClear
|
||||
showSearch
|
||||
@focus="focus"
|
||||
@@ -4022,6 +4022,7 @@ export default defineComponent({
|
||||
};
|
||||
const handleSearchTable3 = () => {
|
||||
console.log(7878);
|
||||
this.$message.error("该课程暂学员学习记录");
|
||||
getTableDate333();
|
||||
};
|
||||
const getTableDate33 = async () => {
|
||||
@@ -4129,6 +4130,16 @@ export default defineComponent({
|
||||
label: "审核未通过",
|
||||
},
|
||||
]);
|
||||
const options11 = ref([
|
||||
{
|
||||
value: 0,
|
||||
label: "未开始",
|
||||
},
|
||||
{
|
||||
value: 1,
|
||||
label: "已完成",
|
||||
},
|
||||
]);
|
||||
const options2 = ref([
|
||||
// {
|
||||
// value: "value2",
|
||||
@@ -4190,11 +4201,17 @@ export default defineComponent({
|
||||
}
|
||||
};
|
||||
const createft = () => {
|
||||
if(!state.valueE1 || !state.xzinputV1){
|
||||
if (!state.valueE1 || !state.xzinputV1) {
|
||||
message.destroy();
|
||||
return message.warning("请输入必填项");
|
||||
}
|
||||
console.log(" state.valueE1", state.valueE1,!state.bs_hs && state.valueE1 == 2,state.bs_hs,state.valueE1 == 2);
|
||||
console.log(
|
||||
" state.valueE1",
|
||||
state.valueE1,
|
||||
!state.bs_hs && state.valueE1 == 2,
|
||||
state.bs_hs,
|
||||
state.valueE1 == 2
|
||||
);
|
||||
if (state.bs_hs && state.valueE1 == 2) {
|
||||
state.of_hs = false;
|
||||
// state.ft_hs = true;
|
||||
@@ -4203,10 +4220,10 @@ export default defineComponent({
|
||||
state.valueE1 = "";
|
||||
state.teacher = "";
|
||||
state.teacherName = "";
|
||||
|
||||
|
||||
state.qdms_inputV1 = state.xzinputV1;
|
||||
state.xzinputV1 = "";
|
||||
console.log("qdms_inputV1", state.qdms_inputV1 );
|
||||
console.log("qdms_inputV1", state.qdms_inputV1);
|
||||
getDictList("faceclassPic");
|
||||
getTea();
|
||||
}
|
||||
@@ -4841,8 +4858,6 @@ export default defineComponent({
|
||||
};
|
||||
//编辑面授课
|
||||
const handleEdit = async (itm, type) => {
|
||||
|
||||
|
||||
console.log(45555);
|
||||
console.log(itm);
|
||||
if (type === "1") {
|
||||
@@ -5293,6 +5308,7 @@ export default defineComponent({
|
||||
columns6,
|
||||
columns7,
|
||||
options1,
|
||||
options11,
|
||||
options2,
|
||||
options3,
|
||||
options4,
|
||||
|
||||
Reference in New Issue
Block a user