Commit 5232ed00 authored by xiedong's avatar xiedong

外部版本隐藏了充提按钮

parent 6fe7e40e
......@@ -81,6 +81,7 @@
<div class="handle-content" v-loading="Loading" element-loading-text="正在刷新数据">
<div class="handle">
<span class="coin-name">{{robotInfo.coin}}</span>
<template v-if="environment=='inside'">
<button class="button" :class="robotInfo.transfer_status" :disabled="robotInfo.transfer_status==='close'" @click="clickRecharge(robotInfo.coin)">充币</button>
<button class="button" :class="robotInfo.transfer_status" :disabled="robotInfo.transfer_status==='close'" @click="clickWithdraw(robotInfo.coin)">提币</button>
<div class="switch">
......@@ -93,6 +94,8 @@
inactive-color="rgba(236,239,241,1)">
</el-switch>
</div>
</template>
</div>
<p class="item">
<span class="type-name">可用</span>
......@@ -118,6 +121,7 @@
<div class="handle-content" v-loading="Loading" element-loading-text="正在刷新数据">
<div class="handle">
<span class="coin-name">{{robotInfo.base}}</span>
<template v-if="environment=='inside'">
<button class="button" :class="robotInfo.transfer_status" :disabled="robotInfo.transfer_status==='close'" @click="clickRecharge(robotInfo.base)">充币</button>
<button class="button" :class="robotInfo.transfer_status" :disabled="robotInfo.transfer_status==='close'" @click="clickWithdraw(robotInfo.base)">提币</button>
<div class="switch">
......@@ -130,6 +134,8 @@
inactive-color="rgba(236,239,241,1)">
</el-switch>
</div>
</template>
</div>
<p class="item">
<span class="type-name">可用</span>
......
......@@ -12,7 +12,7 @@
<p>{{robotStatusList.status_stop}}</p>
<p>停止运行(台)</p>
</li>
<li class="abnormal" :class="{ 'filter' : robotStatus === 'profit'}" @click="statusFilter('profit')">
<li class="abnormal" :class="{ 'filter' : robotStatus === 'profit'}" @click="statusFilter('profit')" v-if="environment=='inside'">
<p>{{robotStatusList.profit_status_abnormal}}</p>
<p>盈利异常(台)</p>
</li>
......
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