页面修改

This commit is contained in:
zmj 2023-11-14 18:42:26 +08:00
parent efcf503323
commit 2662e98a96

View File

@ -893,12 +893,12 @@
<el-col v-if="deliveryList.length > 0" :span="24"> <el-col v-if="deliveryList.length > 0" :span="24">
<el-form-item label="送货方式:" prop="delivery_way"> <el-form-item label="送货方式:" prop="delivery_way">
<div class="acea-row"> <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 <el-checkbox
:disabled="true"
v-for="item in deliveryList" v-for="item in deliveryList"
:key="item.value" :key="item.value"
:label="item.value" :label="item.value"
> >
{{ item.name }} {{ item.name }}
</el-checkbox> </el-checkbox>
@ -1628,6 +1628,7 @@ export default {
window.removeEventListener('popstate', this.goBack, false) window.removeEventListener('popstate', this.goBack, false)
}, },
methods: { methods: {
setSort () { setSort () {
// // reftableref // // reftableref
// const el = this.$refs.tableParameter.$el.querySelectorAll( // const el = this.$refs.tableParameter.$el.querySelectorAll(
@ -2786,4 +2787,7 @@ export default {
width: auto !important; width: auto !important;
} }
} }
</style> </style>