|
@@ -5,9 +5,11 @@
|
|
|
:closable="false"
|
|
|
:description="content">
|
|
|
</el-alert> -->
|
|
|
- <div class="workTitle">
|
|
|
+ <div class="workTitle" v-if="title||content">
|
|
|
{{ title }}:<span>{{ content }}</span>
|
|
|
-
|
|
|
+ </div>
|
|
|
+ <div v-else class="workTitle">
|
|
|
+ 该课程尚未布置作业
|
|
|
</div>
|
|
|
|
|
|
<el-form :inline="true" class="workForm" style="padding: 0 25px">
|