@@ -27,6 +27,7 @@
<template #mapShow="{ record }">
<Switch
v-model:checked="record.mapShow"
+ :disabled="record.status !== -2"
:checkedValue="1"
:unCheckedValue="0"
@click="handleUpdateSwitch(record)"