Commit e3b35ff1 authored by anxixi's avatar anxixi

直播

parent d66b2270
......@@ -66,10 +66,10 @@
<el-button v-if="scope.row.channelState == 3" type="text" @click="urlclk(scope.row)">
{{$t('pubactivities.share')}}
</el-button>
<el-button v-if="scope.row.hasLive == 1&&scope.row.channelState != 4&&scope.row.liveState!=3" type="text" @click="messageclk(scope.row)">
<el-button v-if="scope.row.hasLive == 1&&scope.row.liveState!=3" type="text" @click="messageclk(scope.row)">
{{$t('livedata.pushinformation')}}
</el-button>
<el-button v-if="scope.row.hasLive == 1&&scope.row.liveState!=3&&scope.row.channelState != 4" type="text" @click="getprocessLiveState(scope.row)">
<el-button v-if="scope.row.hasLive == 1&&scope.row.liveState!=3" type="text" @click="getprocessLiveState(scope.row)">
{{scope.row.liveState==0?$t('livedata.start'):scope.row.liveState==1?$t('livedata.finish'):''}}
</el-button>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment