水滴解除限制
This commit is contained in:
@@ -69,6 +69,7 @@
|
|||||||
<span class="handel cursor edit" @click="del(scope.row)">删除</span>
|
<span class="handel cursor edit" @click="del(scope.row)">删除</span>
|
||||||
<span class="handel cursor edit" @click="online(scope.row)">查看在线</span>
|
<span class="handel cursor edit" @click="online(scope.row)">查看在线</span>
|
||||||
<span v-if="scope.row.ProductId == 27" class="handel cursor edit" @click="openLimit(scope.row)">解除限制</span>
|
<span v-if="scope.row.ProductId == 27" class="handel cursor edit" @click="openLimit(scope.row)">解除限制</span>
|
||||||
|
<span v-if="scope.row.ProductId == 28" class="handel cursor edit" @click="openLimitjt(scope.row)">解除限制</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|||||||
Reference in New Issue
Block a user