mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
533 lines
14 KiB
Vue
533 lines
14 KiB
Vue
<template>
|
||
<a-drawer
|
||
:visible="addfaceteachVisible"
|
||
class="drawerStyle"
|
||
width="80%"
|
||
title="添加面授"
|
||
placement="right"
|
||
@after-visible-change="afterVisibleChange"
|
||
>
|
||
<div class="drawerMain">
|
||
<div class="header">
|
||
<div class="headerTitle">添加面授</div>
|
||
<img
|
||
style="width: 29px; height: 29px; cursor: pointer"
|
||
src="../../assets/images/basicinfo/close.png"
|
||
@click="closeDrawer"
|
||
/>
|
||
</div>
|
||
<div class="contentMain">
|
||
<div class="main_left">
|
||
<div class="main_item">
|
||
<div class="signbox">
|
||
<div class="sign">
|
||
<img
|
||
src="@/assets/images/coursewareManage/asterisk.png"
|
||
alt=""
|
||
/>
|
||
</div>
|
||
<span style="margin-right: 3px">课程名称:</span>
|
||
</div>
|
||
<div class="btnbox">
|
||
<a-input
|
||
v-model:value="value2"
|
||
style="width: 384px; height: 32px"
|
||
placeholder="请输入小组名称"
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="main_item">
|
||
<div class="signbox">
|
||
<div class="sign">
|
||
<img
|
||
src="@/assets/images/coursewareManage/asterisk.png"
|
||
alt=""
|
||
/>
|
||
</div>
|
||
<span style="margin-right: 3px">选择课程:</span>
|
||
</div>
|
||
<div class="btnbox">
|
||
<button class="xkbtn">选择课程</button>
|
||
</div>
|
||
</div>
|
||
<div class="main_item2">
|
||
<div class="signbox">
|
||
<span style="margin-right: 3px">项目说明:</span>
|
||
</div>
|
||
<div class="textarea">
|
||
<a-textarea
|
||
v-model:value="textareavalue"
|
||
placeholder="请输入说明"
|
||
allow-clear
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="main_item">
|
||
<div class="signbox">
|
||
<div class="sign">
|
||
<img
|
||
src="@/assets/images/coursewareManage/asterisk.png"
|
||
alt=""
|
||
/>
|
||
</div>
|
||
<span style="margin-right: 3px">授课教师:</span>
|
||
</div>
|
||
<div class="btnbox">
|
||
<a-input
|
||
v-model:value="value2"
|
||
style="width: 384px; height: 32px"
|
||
placeholder="请输入授课教师"
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="main_item">
|
||
<div class="signbox">
|
||
<div class="sign">
|
||
<img
|
||
src="@/assets/images/coursewareManage/asterisk.png"
|
||
alt=""
|
||
/>
|
||
</div>
|
||
<span style="margin-right: 3px">面授时间:</span>
|
||
</div>
|
||
<div class="btnbox">
|
||
<a-range-picker
|
||
:placeholder="[' 开始时间', ' 结束时间']"
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="main_item">
|
||
<div class="signbox">
|
||
<div class="sign">
|
||
<img
|
||
src="@/assets/images/coursewareManage/asterisk.png"
|
||
alt=""
|
||
/>
|
||
</div>
|
||
<span style="margin-right: 3px">面授时长:</span>
|
||
</div>
|
||
<div class="btnbox">
|
||
<a-input
|
||
v-model:value="value2"
|
||
style="width: 384px; height: 32px"
|
||
/>
|
||
<span style="margin-left: 5px">分钟</span>
|
||
</div>
|
||
</div>
|
||
<div class="main_item">
|
||
<div class="signbox">
|
||
<div class="sign">
|
||
<img
|
||
src="@/assets/images/coursewareManage/asterisk.png"
|
||
alt=""
|
||
/>
|
||
</div>
|
||
<span style="margin-right: 3px">上课地址:</span>
|
||
</div>
|
||
<div class="btnbox">
|
||
<a-input
|
||
v-model:value="value2"
|
||
style="width: 384px; height: 32px"
|
||
placeholder="请输入上课地址"
|
||
/>
|
||
</div>
|
||
</div>
|
||
<div class="main_item2">
|
||
<div class="signbox">
|
||
<span style="margin-right: 3px">考勤设置:</span>
|
||
</div>
|
||
<div class="kqszbox">
|
||
<div class="qdqtbox"><span>签到</span></div>
|
||
<div class="setbox">
|
||
<div class="timerbox">
|
||
<span>开始前:</span>
|
||
<a-input style="width: 88px; height: 32px"></a-input>
|
||
<span style="color: #999999; margin-left: 8px">分钟</span>
|
||
</div>
|
||
<div class="timerbox">
|
||
<span>开始后:</span>
|
||
<a-input style="width: 88px; height: 32px"></a-input>
|
||
<span style="color: #999999; margin-left: 8px">分钟</span>
|
||
</div>
|
||
</div>
|
||
<div class="qdqtbox"><span>签退</span></div>
|
||
<div class="setbox">
|
||
<div class="timerbox">
|
||
<span>结束前:</span>
|
||
<a-input style="width: 88px; height: 32px"></a-input>
|
||
<span style="color: #999999; margin-left: 8px"
|
||
>分钟(提前签退则记为早退)</span
|
||
>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="main_item">
|
||
<div class="signbox">
|
||
<span style="margin-right: 3px">完成标准设置:</span>
|
||
</div>
|
||
<div class="btnbox">
|
||
<a-checkbox v-model:checked="checked">Checkbox</a-checkbox>
|
||
<a-checkbox v-model:checked="checked">Checkbox</a-checkbox>
|
||
</div>
|
||
</div>
|
||
<div class="main_item">
|
||
<div class="signbox">
|
||
<span style="margin-right: 3px">其他设置:</span>
|
||
</div>
|
||
<div class="btnbox">
|
||
<a-checkbox v-model:checked="checked">Checkbox</a-checkbox>
|
||
</div>
|
||
</div>
|
||
<div class="main_item2">
|
||
<div class="signbox">
|
||
<span style="margin-right: 3px">现场参与:</span>
|
||
</div>
|
||
<div class="btnbox2">
|
||
<a-checkbox v-model:checked="checked">Checkbox</a-checkbox>
|
||
<a-checkbox v-model:checked="checked">Checkbox</a-checkbox>
|
||
</div>
|
||
</div>
|
||
<div class="main_item2">
|
||
<div class="signbox">
|
||
<span style="margin-right: 3px">评估:</span>
|
||
</div>
|
||
<div class="btnbox2">
|
||
<a-checkbox v-model:checked="checked">需要评估</a-checkbox>
|
||
<button class="xkbtn">选择课程</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="main_right"></div>
|
||
</div>
|
||
<div class="main_btns">
|
||
<button class="btn1">取消</button>
|
||
<button class="btn2">确定</button>
|
||
</div>
|
||
</div>
|
||
</a-drawer>
|
||
</template>
|
||
<script>
|
||
import { reactive, toRefs, ref } from "vue";
|
||
const options1 = ref([
|
||
{
|
||
value: "value1",
|
||
label: "请选择状态",
|
||
},
|
||
]);
|
||
const columns1 = [
|
||
{
|
||
title: "课程编号",
|
||
width: "20%",
|
||
dataIndex: "num",
|
||
key: "num",
|
||
align: "center",
|
||
},
|
||
{
|
||
title: "名称",
|
||
width: "20%",
|
||
dataIndex: "name",
|
||
key: "name",
|
||
align: "center",
|
||
},
|
||
{
|
||
title: "内容分类",
|
||
width: "13%",
|
||
dataIndex: "content",
|
||
key: "content",
|
||
align: "center",
|
||
},
|
||
{
|
||
title: "授课教师",
|
||
width: "13%",
|
||
dataIndex: "teacher",
|
||
key: "teacher",
|
||
align: "center",
|
||
},
|
||
{
|
||
title: "创建人",
|
||
width: "13%",
|
||
dataIndex: "creator",
|
||
key: "creator",
|
||
align: "center",
|
||
},
|
||
{
|
||
title: "完成时间",
|
||
width: "20%",
|
||
dataIndex: "time",
|
||
key: "time",
|
||
align: "center",
|
||
},
|
||
];
|
||
const rowSelection = ref({
|
||
checkStrictly: false,
|
||
onChange: (selectedRowKeys, selectedRows) => {
|
||
console.log(
|
||
`selectedRowKeys: ${selectedRowKeys}`,
|
||
"selectedRows: ",
|
||
selectedRows
|
||
);
|
||
},
|
||
onSelect: (record, selected, selectedRows) => {
|
||
console.log(record, selected, selectedRows);
|
||
},
|
||
onSelectAll: (selected, selectedRows, changeRows) => {
|
||
console.log(selected, selectedRows, changeRows);
|
||
},
|
||
});
|
||
export default {
|
||
name: "AddFaceteach",
|
||
props: {
|
||
addfaceteachVisible: {
|
||
type: Boolean,
|
||
default: false,
|
||
},
|
||
},
|
||
setup(props, ctx) {
|
||
const state = reactive({
|
||
tableData1: [
|
||
{
|
||
key: "1",
|
||
num: "JDF2022071100001",
|
||
name: "时间管理课程",
|
||
content: "通用力",
|
||
teacher: "BOE教师",
|
||
creator: "管理员",
|
||
time: "2022-10-31 23:12:00",
|
||
},
|
||
{
|
||
key: "2",
|
||
num: "JDF2022071100001",
|
||
name: "管理能力课程",
|
||
content: "领导力",
|
||
teacher: "BOE教师",
|
||
creator: "管理员",
|
||
time: "2022-10-31 23:12:00",
|
||
},
|
||
{
|
||
key: "3",
|
||
num: "JDF2022071100001",
|
||
name: "快速换模SMED",
|
||
content: "通用力",
|
||
teacher: "BOE教师",
|
||
creator: "管理员",
|
||
time: "2022-10-31 23:12:00",
|
||
},
|
||
{
|
||
key: "4",
|
||
num: "JDF2022071100001",
|
||
name: "巧妙对话人见人夸",
|
||
content: "领导力",
|
||
teacher: "BOE教师",
|
||
creator: "管理员",
|
||
time: "2022-10-31 23:12:00",
|
||
},
|
||
{
|
||
key: "5",
|
||
num: "JDF2022071100001",
|
||
name: "管理能力课程",
|
||
content: "领导力",
|
||
teacher: "BOE教师",
|
||
creator: "管理员",
|
||
time: "2022-10-31 23:12:00",
|
||
},
|
||
{
|
||
key: "6",
|
||
num: "JDF2022071100001",
|
||
name: "时间管理课程",
|
||
content: "领导力",
|
||
teacher: "BOE教师",
|
||
creator: "管理员",
|
||
time: "2022-10-31 23:12:00",
|
||
},
|
||
{
|
||
key: "7",
|
||
num: "JDF2022071100001",
|
||
name: "时间管理课程",
|
||
content: "领导力",
|
||
teacher: "BOE教师",
|
||
creator: "管理员",
|
||
time: "2022-10-31 23:12:00",
|
||
},
|
||
{
|
||
key: "8",
|
||
num: "JDF2022071100001",
|
||
name: "时间管理课程",
|
||
content: "领导力",
|
||
teacher: "BOE教师",
|
||
creator: "管理员",
|
||
time: "2022-10-31 23:12:00",
|
||
},
|
||
{
|
||
key: "9",
|
||
num: "JDF2022071100001",
|
||
name: "时间管理课程",
|
||
content: "领导力",
|
||
teacher: "BOE教师",
|
||
creator: "管理员",
|
||
time: "2022-10-31 23:12:00",
|
||
},
|
||
],
|
||
currentPage: 1,
|
||
tableDataTotal: 100,
|
||
pageSize: 10,
|
||
});
|
||
const closeDrawer = () => {
|
||
ctx.emit("update:addfaceteachVisible", false);
|
||
};
|
||
const afterVisibleChange = (bool) => {
|
||
console.log("state", bool);
|
||
};
|
||
// const showDrawerFaceteach = () => {
|
||
// state.addfaceteachvisible = true;
|
||
// };
|
||
return {
|
||
...toRefs(state),
|
||
afterVisibleChange,
|
||
// showDrawerFaceteach,
|
||
closeDrawer,
|
||
options1,
|
||
columns1,
|
||
rowSelection,
|
||
// change,
|
||
};
|
||
},
|
||
};
|
||
</script>
|
||
<style lang="scss" scoped>
|
||
.ant-table-striped :deep(.table-striped) td {
|
||
background-color: #fafafa !important;
|
||
}
|
||
.drawerStyle {
|
||
.drawerMain {
|
||
.header {
|
||
height: 73px;
|
||
border-bottom: 1px solid #e8e8e8;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
.headerTitle {
|
||
font-size: 18px;
|
||
font-weight: 600;
|
||
color: #333333;
|
||
line-height: 25px;
|
||
margin-left: 24px;
|
||
}
|
||
}
|
||
.contentMain {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
.main_left {
|
||
margin-right: 30px;
|
||
.main_item {
|
||
display: flex;
|
||
align-items: center;
|
||
margin-bottom: 32px;
|
||
.signbox {
|
||
width: 120px;
|
||
display: flex;
|
||
justify-content: end;
|
||
align-items: center;
|
||
.sign {
|
||
margin-right: 5px;
|
||
}
|
||
}
|
||
.btnbox {
|
||
display: flex;
|
||
flex: 1;
|
||
align-items: center;
|
||
.xkbtn {
|
||
cursor: pointer;
|
||
width: 130px;
|
||
height: 40px;
|
||
background: #388be1;
|
||
border-radius: 8px;
|
||
border: 0;
|
||
margin-right: 8px;
|
||
color: #fff;
|
||
}
|
||
}
|
||
}
|
||
.main_item2 {
|
||
display: flex;
|
||
align-items: flex-start;
|
||
margin-bottom: 32px;
|
||
.signbox {
|
||
width: 120px;
|
||
display: flex;
|
||
justify-content: end;
|
||
align-items: center;
|
||
}
|
||
.kqszbox {
|
||
.qdqtbox {
|
||
margin-left: 56px;
|
||
}
|
||
.setbox {
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
margin-top: 10px;
|
||
margin-bottom: 24px;
|
||
.timerbox {
|
||
margin-top: 6px;
|
||
margin-right: 32px;
|
||
display: flex;
|
||
align-items: center;
|
||
flex-wrap: nowrap;
|
||
}
|
||
}
|
||
}
|
||
.btnbox2{
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: flex-start;
|
||
.xkbtn {
|
||
cursor: pointer;
|
||
width: 130px;
|
||
height: 40px;
|
||
background: #388be1;
|
||
border-radius: 8px;
|
||
border: 0;
|
||
margin-right: 16px 8px 32px 0;
|
||
color: #fff;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
.main_right {
|
||
width: 337px;
|
||
border-left: 1px solid #e8e8e8;
|
||
}
|
||
}
|
||
.main_btns {
|
||
height: 72px;
|
||
width: 100%;
|
||
bottom: 0;
|
||
left: 0;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.16);
|
||
.btn1 {
|
||
width: 100px;
|
||
height: 40px;
|
||
border: 1px solid #4ea6ff;
|
||
border-radius: 8px;
|
||
color: #4ea6ff;
|
||
background-color: #fff;
|
||
cursor: pointer;
|
||
}
|
||
.btn2 {
|
||
cursor: pointer;
|
||
width: 100px;
|
||
height: 40px;
|
||
background: #4ea6ff;
|
||
border-radius: 8px;
|
||
border: 0;
|
||
margin-left: 15px;
|
||
color: #fff;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
</style>
|