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