mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
feat:合并
This commit is contained in:
@@ -675,7 +675,7 @@
|
||||
/>
|
||||
</div>
|
||||
<!-- 表格 -->
|
||||
<!-- 操作在线面授课程管理页面 -->
|
||||
<!-- 操作 在线面授课程管理 页面 -->
|
||||
<a-modal
|
||||
v-model:visible="om_1"
|
||||
title="Title"
|
||||
@@ -736,7 +736,7 @@
|
||||
ref="select"
|
||||
placeholder="请选择状态"
|
||||
v-model:value="gl_selectV1"
|
||||
style="width: 200px"
|
||||
style="width: 200px;"
|
||||
@focus="focus"
|
||||
@change="handleChange"
|
||||
>
|
||||
@@ -830,8 +830,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</a-modal>
|
||||
<!-- 操作在线面授课程管理页面 -->
|
||||
<!-- 面授课程管理查看详情页面 -->
|
||||
<!-- 操作 在线面授课程管理 页面 -->
|
||||
<!-- 面授课程管理查看详情 页面 -->
|
||||
<a-modal
|
||||
v-model:visible="om_ckxq"
|
||||
title="Title"
|
||||
@@ -879,7 +879,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</a-modal>
|
||||
<!-- 面授课程管理查看详情页面 -->
|
||||
<!-- 面授 课程管理查看详情 页面 -->
|
||||
<!--开课页面 -->
|
||||
<a-modal
|
||||
v-model:visible="stm_hs"
|
||||
@@ -988,7 +988,8 @@
|
||||
@expand="expandTable"
|
||||
:pagination="false"
|
||||
/>
|
||||
<div class="pa">
|
||||
<div class="tableBox">
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
showSizeChanger="true"
|
||||
showQuickJumper="true"
|
||||
@@ -999,6 +1000,7 @@
|
||||
class="pagination"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 有数据表格 -->
|
||||
</div>
|
||||
@@ -1340,7 +1342,8 @@
|
||||
@expand="expandTable"
|
||||
:pagination="false"
|
||||
/>
|
||||
<div class="pa">
|
||||
<div class="tableBox">
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
showSizeChanger="true"
|
||||
showQuickJumper="true"
|
||||
@@ -1351,6 +1354,7 @@
|
||||
class="pagination"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -2250,8 +2254,8 @@ export default defineComponent({
|
||||
qdms_inputV5: "",
|
||||
qdms_inputV6: "",
|
||||
//在线面授管理
|
||||
gl_selectV1: "",
|
||||
gl_selectV2: "",
|
||||
gl_selectV1: undefined,
|
||||
gl_selectV2: undefined,
|
||||
gl_inputV1: "",
|
||||
gl_inputV2: "",
|
||||
//开课
|
||||
@@ -4639,7 +4643,8 @@ export default defineComponent({
|
||||
justify-content: right;
|
||||
}
|
||||
}
|
||||
.pa {
|
||||
.tableBox{
|
||||
.pa {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
// height: 20px;
|
||||
@@ -4649,6 +4654,7 @@ export default defineComponent({
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4880,7 +4886,8 @@ export default defineComponent({
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.pa {
|
||||
.tableBox{
|
||||
.pa {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
// height: 20px;
|
||||
@@ -4890,6 +4897,7 @@ export default defineComponent({
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user