mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 16:26:43 +08:00
考试上下架控制调整
This commit is contained in:
@@ -26,7 +26,10 @@
|
||||
<span>{{tipText}}</span>
|
||||
</div>
|
||||
<div v-else>
|
||||
<el-button type="primary" :disabled="startButton" v-if="testStatus == 1" @click="startTest()">{{btnText}}</el-button>
|
||||
<span v-if="testPaper.enabled">
|
||||
<el-button type="primary" :disabled="startButton" v-if="testStatus == 1" @click="startTest()">{{btnText}}</el-button>
|
||||
</span>
|
||||
<span v-else style="color: #666666;">此考试已下架</span>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="examStatus==2" style="text-align: center;color:#6d6d6d; ">考试已结束</div>
|
||||
|
||||
Reference in New Issue
Block a user