mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 08:46:46 +08:00
feat:列表编辑 开课编辑
This commit is contained in:
@@ -271,7 +271,8 @@
|
|||||||
style="width: 17px; height: 18px; margin-right: 8px"
|
style="width: 17px; height: 18px; margin-right: 8px"
|
||||||
src="../../assets/images/basicinfo/add.png"
|
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>
|
||||||
<div style="margin-right: 57px; cursor: pointer">
|
<div style="margin-right: 57px; cursor: pointer">
|
||||||
<img
|
<img
|
||||||
@@ -1022,7 +1023,8 @@
|
|||||||
<div class="cst_main">
|
<div class="cst_main">
|
||||||
<div class="cstm_header">
|
<div class="cstm_header">
|
||||||
<div class="add_icon"></div>
|
<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 class="close_exit" @click="cstm_exit"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="cstm_title">
|
<div class="cstm_title">
|
||||||
@@ -2247,6 +2249,7 @@ export default defineComponent({
|
|||||||
valueE1: "",
|
valueE1: "",
|
||||||
valueE2: "",
|
valueE2: "",
|
||||||
//确定面授
|
//确定面授
|
||||||
|
ft_eidt:false,
|
||||||
qdms_inputV1: "",
|
qdms_inputV1: "",
|
||||||
qdms_inputV2: "",
|
qdms_inputV2: "",
|
||||||
qdms_inputV3: "",
|
qdms_inputV3: "",
|
||||||
@@ -2259,6 +2262,7 @@ export default defineComponent({
|
|||||||
gl_inputV1: "",
|
gl_inputV1: "",
|
||||||
gl_inputV2: "",
|
gl_inputV2: "",
|
||||||
//开课
|
//开课
|
||||||
|
kk_eidt: false,
|
||||||
kkinputV1: "",
|
kkinputV1: "",
|
||||||
kkinputV2: "",
|
kkinputV2: "",
|
||||||
//新建开课
|
//新建开课
|
||||||
@@ -2483,7 +2487,13 @@ export default defineComponent({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ops2">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
@@ -2701,7 +2711,11 @@ export default defineComponent({
|
|||||||
>
|
>
|
||||||
签到
|
签到
|
||||||
</div>
|
</div>
|
||||||
<div class="jc">编辑</div>
|
<div class="jc"
|
||||||
|
onClick={() => {
|
||||||
|
state.cstm_hs = true;
|
||||||
|
state.kk_eidt = true;
|
||||||
|
}}>编辑</div>
|
||||||
<div
|
<div
|
||||||
class="jc"
|
class="jc"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
@@ -2944,6 +2958,7 @@ export default defineComponent({
|
|||||||
};
|
};
|
||||||
const ft_exit = () => {
|
const ft_exit = () => {
|
||||||
state.ft_hs = false;
|
state.ft_hs = false;
|
||||||
|
state.ft_eidt = false;
|
||||||
state.hideshow = true;
|
state.hideshow = true;
|
||||||
};
|
};
|
||||||
const om_exit = () => {
|
const om_exit = () => {
|
||||||
@@ -2964,6 +2979,7 @@ export default defineComponent({
|
|||||||
};
|
};
|
||||||
const cstm_exit = () => {
|
const cstm_exit = () => {
|
||||||
state.cstm_hs = false;
|
state.cstm_hs = false;
|
||||||
|
state.kk_eidt = false;
|
||||||
state.xjkkradioV1 = "";
|
state.xjkkradioV1 = "";
|
||||||
state.xjkkradioV2 = "";
|
state.xjkkradioV2 = "";
|
||||||
state.xjkkinputV1 = "";
|
state.xjkkinputV1 = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user