jiangping
2024-10-09 ad5af00b7ae7af3c5e6375ccff237df8254d3c3f
pda/pages/index/control.vue
@@ -8,7 +8,7 @@
         <view class="data_list">
           <view class="line" v-for="(platform, i) in item.platformList" :key="platform.id">
             <view class="name">{{platform.name}}</view>
             <u-switch v-model="platform.status" activeColor="#279BAA" inactiveColor="#cccccc" :inactiveValue="0" :activeValue="1" @change="e => changeStatus(platform)" />
             <u-switch v-model="platform.status" activeColor="#279BAA" inactiveColor="#cccccc" :inactiveValue="1" :activeValue="0" @change="e => changeStatus(platform)" />
           </view>
         </view>
      </template>