修改不能点击的问题
This commit is contained in:
parent
ca625044d2
commit
ede8430a89
|
@ -39,8 +39,8 @@
|
||||||
<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="yyyClass" @click="toLivePage(item)" :disabled="!item.jsbh || !item.zhjsId || item.sftkb=='1'" v-if="item.sftkb!='1'" style="color: white;">听课</a-button>
|
<a-button type="primary" class="yyyClass" @click="toLivePage(item)" :disabled="item.sfyzhjs=='0' " v-if="item.sftkb!='1'" style="color: white;">听课</a-button>
|
||||||
<a-button type="primary" class="yyyClass" @click="toLivePage(item)" :disabled="!item.jsbh || !item.zhjsId || item.sftkb=='1'" v-else style="color: white;" :title="`停课事由:`+item.tksy">停课</a-button>
|
<a-button type="primary" class="yyyClass" @click="toLivePage(item)" :disabled="true" v-else style="color: white;" :title="`停课事由:`+item.tksy">停课</a-button>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12" v-if="item.sftkb=='1'">
|
<a-col :span="12" v-if="item.sftkb=='1'">
|
||||||
<a-button type="primary" class="bcClass" @click="funpingjia(item)" :disabled="true" style="color: white;" :title="`停课事由:`+item.tksy">评价</a-button>
|
<a-button type="primary" class="bcClass" @click="funpingjia(item)" :disabled="true" style="color: white;" :title="`停课事由:`+item.tksy">评价</a-button>
|
||||||
|
|
Loading…
Reference in New Issue