修改bug
This commit is contained in:
parent
f8482d1927
commit
0eb667cc06
|
@ -36,8 +36,7 @@
|
||||||
{{ item.skdd }}
|
{{ item.skdd }}
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</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-row style="text-align: center;">
|
||||||
<a-col :span="12">
|
<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>
|
<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-col> -->
|
||||||
</a-row>
|
</a-row>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="24" style="text-align: center;">
|
<!-- <a-col :span="24" style="text-align: center;"> -->
|
||||||
<!-- <a-col :span="24" v-else style="text-align: center;"> -->
|
<a-col :span="24" v-else style="text-align: center;">
|
||||||
<div v-show="!isNow(item)">
|
<div v-show="!isNow(item)">
|
||||||
<span v-if="props.type == 'zzsk'">
|
<span v-if="props.type == 'zzsk'">
|
||||||
<!-- 正在上课的,就给个评价 -->
|
<!-- 正在上课的,就给个评价 -->
|
||||||
|
@ -79,7 +78,7 @@
|
||||||
</span>
|
</span>
|
||||||
<span v-else>
|
<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-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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- <a-col :span="24"> -->
|
<!-- <a-col :span="24"> -->
|
||||||
|
@ -170,6 +169,7 @@ function rkbLoadData() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function handleZhjs(sfyzhjs){
|
function handleZhjs(sfyzhjs){
|
||||||
if(sfyzhjs=='0'){
|
if(sfyzhjs=='0'){
|
||||||
return 'yyyClass';
|
return 'yyyClass';
|
||||||
|
|
Loading…
Reference in New Issue