feat:列表编辑 开课编辑

This commit is contained in:
dongwug
2022-11-01 15:26:34 +08:00
parent 5fad403edc
commit ea1739b325

View File

@@ -271,7 +271,8 @@
style="width: 17px; height: 18px; margin-right: 8px"
src="../../assets/images/basicinfo/add.png"
/>
<span class="headerLeftText">新建面授课</span>
<span v-if="ft_eidt" class="headerLeftText">编辑面授课</span>
<span v-else class="headerLeftText">新建面授课</span>
</div>
<div style="margin-right: 57px; cursor: pointer">
<img
@@ -1022,7 +1023,8 @@
<div class="cst_main">
<div class="cstm_header">
<div class="add_icon"></div>
<span>新建开课</span>
<span v-if="kk_eidt" >编辑开课</span>
<span v-else >新建开课</span>
<div class="close_exit" @click="cstm_exit"></div>
</div>
<div class="cstm_title">
@@ -2247,6 +2249,7 @@ export default defineComponent({
valueE1: "",
valueE2: "",
//确定面授
ft_eidt:false,
qdms_inputV1: "",
qdms_inputV2: "",
qdms_inputV3: "",
@@ -2259,6 +2262,7 @@ export default defineComponent({
gl_inputV1: "",
gl_inputV2: "",
//开课
kk_eidt: false,
kkinputV1: "",
kkinputV2: "",
//新建开课
@@ -2483,7 +2487,13 @@ export default defineComponent({
</div>
</div>
<div class="ops2">
<div class="jc" style={{ width: "30px" }}>
<div class="jc" style={{ width: "30px" }}
onClick={() => {
state.ft_hs = true;
state.ft_eidt = true;
}
}
>
编辑
</div>
</div>
@@ -2701,7 +2711,11 @@ export default defineComponent({
>
签到
</div>
<div class="jc">编辑</div>
<div class="jc"
onClick={() => {
state.cstm_hs = true;
state.kk_eidt = true;
}}>编辑</div>
<div
class="jc"
onClick={() => {
@@ -2944,6 +2958,7 @@ export default defineComponent({
};
const ft_exit = () => {
state.ft_hs = false;
state.ft_eidt = false;
state.hideshow = true;
};
const om_exit = () => {
@@ -2964,6 +2979,7 @@ export default defineComponent({
};
const cstm_exit = () => {
state.cstm_hs = false;
state.kk_eidt = false;
state.xjkkradioV1 = "";
state.xjkkradioV2 = "";
state.xjkkinputV1 = "";