feat:1.在线面授管理 框 有状态2.模板库中 创建时间框样式3.pagename: 评估管理

This commit is contained in:
xsw
2022-10-28 17:09:44 +08:00
parent d65adadf24
commit 213a3cf287
4 changed files with 17 additions and 10 deletions

View File

@@ -323,7 +323,7 @@ export default {
href: "/researchmanage", href: "/researchmanage",
openKeys: "sub5", openKeys: "sub5",
selectedKeys: "sub5", selectedKeys: "sub5",
pagename: "调研管理", pagename: "评估管理",
}, },
], ],
}); });

View File

@@ -671,7 +671,7 @@
/> />
</div> </div>
<!-- 表格 --> <!-- 表格 -->
<!-- 操作在线面授课程管理页面 --> <!-- 操作 在线面授课程管理 页面 -->
<a-modal <a-modal
v-model:visible="om_1" v-model:visible="om_1"
title="Title" title="Title"
@@ -732,7 +732,7 @@
ref="select" ref="select"
placeholder="请选择状态" placeholder="请选择状态"
v-model:value="gl_selectV1" v-model:value="gl_selectV1"
style="width: 200px" style="width: 200px;"
@focus="focus" @focus="focus"
@change="handleChange" @change="handleChange"
> >
@@ -826,8 +826,8 @@
</div> </div>
</div> </div>
</a-modal> </a-modal>
<!-- 操作在线面授课程管理页面 --> <!-- 操作 在线面授课程管理 页面 -->
<!-- 面授课程管理查看详情页面 --> <!-- 面授课程管理查看详情 页面 -->
<a-modal <a-modal
v-model:visible="om_ckxq" v-model:visible="om_ckxq"
title="Title" title="Title"
@@ -875,7 +875,7 @@
</div> </div>
</div> </div>
</a-modal> </a-modal>
<!-- 面授课程管理查看详情页面 --> <!-- 面授 课程管理查看详情 页面 -->
<!--开课页面 --> <!--开课页面 -->
<a-modal <a-modal
v-model:visible="stm_hs" v-model:visible="stm_hs"
@@ -2246,8 +2246,8 @@ export default defineComponent({
qdms_inputV5: "", qdms_inputV5: "",
qdms_inputV6: "", qdms_inputV6: "",
//在线面授管理 //在线面授管理
gl_selectV1: "", gl_selectV1: undefined,
gl_selectV2: "", gl_selectV2: undefined,
gl_inputV1: "", gl_inputV1: "",
gl_inputV2: "", gl_inputV2: "",
//开课 //开课

View File

@@ -278,7 +278,7 @@
<hr color="#E8E8E8" /> <hr color="#E8E8E8" />
<div class="ntc_body"> <div class="ntc_body">
<div class="ntc_switch"> <div class="ntc_switch">
<a-switch v-model:checked="checked" @click="changeopclo" /> <a-switch v-model:checked="checked" @click="changeopclo" />
<div <div
class="opclo" class="opclo"
:style="{ display: hideshow ? 'block' : 'none' }" :style="{ display: hideshow ? 'block' : 'none' }"
@@ -1085,6 +1085,7 @@ export default defineComponent({
font-size: 18px; font-size: 18px;
font-weight: 500; font-weight: 500;
color: #232425; color: #232425;
} }
.ntc_body { .ntc_body {
margin-left: 34px; margin-left: 34px;
@@ -1106,6 +1107,7 @@ export default defineComponent({
.btnarea { .btnarea {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
} }
.area_btn { .area_btn {
width: 100px; width: 100px;

View File

@@ -23,7 +23,12 @@
v-model="selectTime" v-model="selectTime"
type="date" type="date"
placeholder="创建时间" placeholder="创建时间"
style="width: 270px; margin-right: 14px" style="
width: 270px;
height: 40px;
border-radius: 8px;
margin-right: 14px;
"
/> />
</div> </div>
</div> </div>