|
@@ -140,8 +140,8 @@
|
|
|
@change="switchAllCheckChange" style="transform:scale(0.7);margin-top: -16rpx;"
|
|
|
color="rgba(255,85,85,1)" /> -->
|
|
|
<zero-switch v-model="isAllChecked" @change="switchAllCheckChange"
|
|
|
- active-color="rgba(103, 195, 55, 1.0)" :size="18"
|
|
|
- style="transform:scale(0.9);margin-top: -9rpx;"></zero-switch>
|
|
|
+ :disabled="!showTransfer || processInspecion.flag" active-color="rgba(103, 195, 55, 1.0)"
|
|
|
+ :size="18" style="transform:scale(0.9);margin-top: -9rpx;"></zero-switch>
|
|
|
<text>是</text>
|
|
|
</view>
|
|
|
</view>
|