页面修改
This commit is contained in:
parent
efcf503323
commit
2662e98a96
@ -893,12 +893,12 @@
|
||||
<el-col v-if="deliveryList.length > 0" :span="24">
|
||||
<el-form-item label="送货方式:" prop="delivery_way">
|
||||
<div class="acea-row">
|
||||
<el-checkbox-group v-model="formValidate.delivery_way">
|
||||
<el-checkbox-group style="pointer-events: none" v-model="formValidate.delivery_way">
|
||||
<el-checkbox
|
||||
:disabled="true"
|
||||
v-for="item in deliveryList"
|
||||
:key="item.value"
|
||||
:label="item.value"
|
||||
|
||||
>
|
||||
{{ item.name }}
|
||||
</el-checkbox>
|
||||
@ -1628,6 +1628,7 @@ export default {
|
||||
window.removeEventListener('popstate', this.goBack, false)
|
||||
},
|
||||
methods: {
|
||||
|
||||
setSort () {
|
||||
// // ref一定跟table上面的ref一致
|
||||
// const el = this.$refs.tableParameter.$el.querySelectorAll(
|
||||
@ -2786,4 +2787,7 @@ export default {
|
||||
width: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user