feat:修改项目状态判断

This commit is contained in:
lixg
2023-02-19 20:07:04 +08:00
parent b2a30b116a
commit 8c7a26ee81
5 changed files with 21 additions and 19 deletions

View File

@@ -2,12 +2,12 @@
* @Author: lixg lixg@dongwu-inc.com
* @Date: 2023-02-18 17:48:19
* @LastEditors: lixg lixg@dongwu-inc.com
* @LastEditTime: 2023-02-19 10:41:00
* @LastEditTime: 2023-02-19 17:21:23
* @FilePath: /stu_h5/src/views/faceteach/FaceTeachSignUp.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<template>
<div class="faceteach">
<div class="faceteachsignUp">
<ReturnHead text="课程详情"></ReturnHead>
<TitleHead :text="'【面授课】' + data.planDto?.name"></TitleHead>
<div class="main">
@@ -606,7 +606,7 @@ onUnmounted(() => {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss">
.faceteach {
.faceteachsignUp {
width: 100%;
padding-bottom: 20px;
.main {