Commit 320e0c0b authored by anxixi's avatar anxixi

运营指标验收等功能

parent ee2cc304
......@@ -74,7 +74,7 @@
<el-button v-if="scope.row.hasLive == 1&&scope.row.liveState!=2" type="text" @click="getprocessLiveState(scope.row)">
{{scope.row.liveState==0?$t('livedata.start'):scope.row.liveState==1?$t('livedata.finish'):''}}
</el-button>
<el-button v-if="scope.row.hasLive == 1&&scope.row.liveState!=2" type="text" @click="processCard(scope.row)">
<el-button v-if="scope.row.hasLive == 1" type="text" @click="processCard(scope.row)">
{{scope.row.exchangeCards==0?'关闭交换名片':scope.row.exchangeCards==1?'开启交换名片':''}}
</el-button>
<el-button v-if="scope.row.channelType == 5" type="text" @click="$router.push({path:'/moneystatistics',query:{channelId:scope.row.channelId}})">
......
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