修改bug

This commit is contained in:
yangjun 2023-10-27 08:04:34 +08:00
parent f8482d1927
commit 0eb667cc06
1 changed files with 5 additions and 5 deletions

View File

@ -36,8 +36,7 @@
{{ item.skdd }}
</div>
</a-col>
<a-col :span="24">
<!-- <a-col :span="24" v-if="listType == 1 || listType == '1'"> -->
<a-col :span="24" v-if="listType == 1 || listType == '1'">
<a-row style="text-align: center;">
<a-col :span="12">
<a-button type="primary" :class="handleZhjs(item.sfyzhjs)" @click="toLivePage(item)" :disabled="item.sfyzhjs=='0' " v-if="item.sftkb!='1'" style="color: white;">听课</a-button>
@ -54,8 +53,8 @@
</a-col> -->
</a-row>
</a-col>
<a-col :span="24" style="text-align: center;">
<!-- <a-col :span="24" v-else style="text-align: center;"> -->
<!-- <a-col :span="24" style="text-align: center;"> -->
<a-col :span="24" v-else style="text-align: center;">
<div v-show="!isNow(item)">
<span v-if="props.type == 'zzsk'">
<!-- 正在上课的就给个评价 -->
@ -79,7 +78,7 @@
</span>
<span v-else>
<a-button type="primary" class="bcClass" @click="funpingjia(item)" v-if="item.sftkb=='1'" :disabled="true" style="color: white;" :title="`停课事由:`+item.tksy">评价</a-button>
<a-button type="primary" class="bcClass" @click="funpingjia(item)" v-else :disabled="true" style="color: white;">评价</a-button>
<a-button type="primary" class="bcClass" @click="funpingjia(item)" v-else style="color: white;">评价</a-button>
</span>
</div>
<!-- <a-col :span="24"> -->
@ -170,6 +169,7 @@ function rkbLoadData() {
}
function handleZhjs(sfyzhjs){
if(sfyzhjs=='0'){
return 'yyyClass';