feat:合并

This commit is contained in:
lixg
2022-12-08 20:32:16 +08:00
10 changed files with 133 additions and 83 deletions

View File

@@ -1403,7 +1403,7 @@
placeholder="请选择状态"
v-model:value="gl_selectV2"
style="width: 200px"
:options="options1"
:options="options11"
allowClear
showSearch
@focus="focus"
@@ -2568,11 +2568,11 @@
</div>
</div>
<div class="del_btnbox">
<div class="del_btn btn1">
<div class="btnText" @click="delete_exit1">取消</div>
<div class="del_btn btn1" @click="delete_exit1">
<div class="btnText">取消</div>
</div>
<div class="del_btn btn2">
<div class="btnText" @click="handleDeleteExit">确定</div>
<div class="del_btn btn2" @click="handleDeleteExit">
<div class="btnText">确定</div>
</div>
</div>
</div>
@@ -2861,7 +2861,7 @@ const columns1 = [
},
},
{
title: "上线时间",
title: "发布时间",
width: 160,
dataIndex: "pubtime",
key: "10",
@@ -4052,6 +4052,7 @@ export default defineComponent({
};
const handleSearchTable3 = () => {
console.log(7878);
message.error("该课程暂学员学习记录");
getTableDate333();
};
const getTableDate33 = async () => {
@@ -4161,6 +4162,16 @@ export default defineComponent({
label: "审核未通过",
},
]);
const options11 = ref([
{
value: 0,
label: "未开始",
},
{
value: 1,
label: "已完成",
},
]);
const options2 = ref([
// {
// value: "value2",
@@ -4723,7 +4734,6 @@ export default defineComponent({
const obj = {
offcourseId: item.offcourseId,
offcoursePlanId: null, //开课ID,不传代表新增
address: item.address,
applyFlag: item.applyFlag,
attach: item.attach,
@@ -4731,7 +4741,7 @@ export default defineComponent({
completeType: item.completeType,
endTime: new Date(item.endTime) / 1000,
evalFlag: item.evalFlag,
name: item.name,
name: '复制'+item.name,
signFlag: item.signFlag, //是否允许未报名的签到:1是0否
//signWordFlag: item.signWordFlag, //签到是否需要口令:1是0否
teacherId: item.teacherId,
@@ -4755,7 +4765,7 @@ export default defineComponent({
});
const postData = {
offcourseId: null, //不传代表新增
name: item.name,
name: '复制'+item.name,
picUrl: item.picUrl,
targetUser: item.targetUser,
meaning: item.meaning,
@@ -4879,8 +4889,6 @@ export default defineComponent({
};
//编辑面授课
const handleEdit = async (itm, type) => {
console.log(45555);
console.log(itm);
if (type === "1") {
return;
}
@@ -5329,6 +5337,7 @@ export default defineComponent({
columns6,
columns7,
options1,
options11,
options2,
options3,
options4,