gemercheung hai 1 ano
pai
achega
92017dd4a3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/scenes/list.vue

+ 1 - 0
src/views/scenes/list.vue

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