打印机字段修改
This commit is contained in:
@@ -114,7 +114,8 @@
|
||||
})
|
||||
let datas = reactive({
|
||||
formData: {
|
||||
permissions: []
|
||||
permissions: [],
|
||||
maxDiscountAmount:0
|
||||
},
|
||||
rolesList: [],
|
||||
columns: [],
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</view>
|
||||
<view class="">
|
||||
<view style="display: flex;justify-content: center;align-items: center;">
|
||||
<span style="font-size: 28rpx;color: #999999;">是否启用用</span>
|
||||
<span style="font-size: 28rpx;color: #999999;">是否启用</span>
|
||||
<up-switch :activeValue="1" :inactiveValue="0" v-model="item.status" size="18"
|
||||
@change="switch2Change($event,item)"></up-switch>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user