mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
feat:1.在线面授管理 框 有状态2.模板库中 创建时间框样式3.pagename: 评估管理
This commit is contained in:
@@ -323,7 +323,7 @@ export default {
|
||||
href: "/researchmanage",
|
||||
openKeys: "sub5",
|
||||
selectedKeys: "sub5",
|
||||
pagename: "调研管理",
|
||||
pagename: "评估管理",
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
@@ -732,7 +732,7 @@
|
||||
ref="select"
|
||||
placeholder="请选择状态"
|
||||
v-model:value="gl_selectV1"
|
||||
style="width: 200px"
|
||||
style="width: 200px;"
|
||||
@focus="focus"
|
||||
@change="handleChange"
|
||||
>
|
||||
@@ -2246,8 +2246,8 @@ export default defineComponent({
|
||||
qdms_inputV5: "",
|
||||
qdms_inputV6: "",
|
||||
//在线面授管理
|
||||
gl_selectV1: "",
|
||||
gl_selectV2: "",
|
||||
gl_selectV1: undefined,
|
||||
gl_selectV2: undefined,
|
||||
gl_inputV1: "",
|
||||
gl_inputV2: "",
|
||||
//开课
|
||||
|
||||
@@ -1085,6 +1085,7 @@ export default defineComponent({
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
color: #232425;
|
||||
|
||||
}
|
||||
.ntc_body {
|
||||
margin-left: 34px;
|
||||
@@ -1106,6 +1107,7 @@ export default defineComponent({
|
||||
.btnarea {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
}
|
||||
.area_btn {
|
||||
width: 100px;
|
||||
|
||||
@@ -23,7 +23,12 @@
|
||||
v-model="selectTime"
|
||||
type="date"
|
||||
placeholder="创建时间"
|
||||
style="width: 270px; margin-right: 14px"
|
||||
style="
|
||||
width: 270px;
|
||||
height: 40px;
|
||||
border-radius: 8px;
|
||||
margin-right: 14px;
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user