水滴解除限制

This commit is contained in:
“wanyongkang”
2024-04-10 16:21:42 +08:00
parent 1d6ff49922
commit 2cbfc193fb

View File

@@ -69,6 +69,7 @@
<span class="handel cursor edit" @click="del(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 == 28" class="handel cursor edit" @click="openLimitjt(scope.row)">解除限制</span>
</template>
</el-table-column>
</el-table>