修改发货后的按钮显示

dev
e 3 years ago
parent 92cff722ed
commit 9444b70ab0
  1. 2
      src/views/order/AddOrder.vue

@ -267,7 +267,7 @@
@change="formSwitch($event,scope.row)"> @change="formSwitch($event,scope.row)">
</el-switch> </el-switch>
<el-switch <el-switch
v-show="!scope.row.ship||editDisabled" v-show="!scope.row.ship"
:disabled="scope.row.ship||disabled" :disabled="scope.row.ship||disabled"
v-model="scope.row.ship" v-model="scope.row.ship"
:active-value="true" :active-value="true"

Loading…
Cancel
Save