rev:内包间页面优化
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item label="点位类型">
|
||||
<el-select
|
||||
v-model="query.point_status"
|
||||
v-model="query.point_type"
|
||||
clearable
|
||||
filterable
|
||||
size="mini"
|
||||
@@ -49,7 +49,7 @@
|
||||
@change="hand"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in dict.delivery_point_status"
|
||||
v-for="item in dict.PACKAGE_POINT_TYPE"
|
||||
:label="item.label"
|
||||
:value="item.value"
|
||||
/>
|
||||
@@ -211,7 +211,7 @@ const defaultForm = {
|
||||
export default {
|
||||
name: 'DeliveryPointIvt',
|
||||
components: { pagination, crudOperation, rrOperation, udOperation },
|
||||
dicts: ['delivery_point_status', 'product_area', 'is_used', 'point_location'],
|
||||
dicts: ['PACKAGE_POINT_TYPE', 'product_area', 'is_used', 'point_location'],
|
||||
mixins: [presenter(), header(), form(defaultForm), crud()],
|
||||
cruds() {
|
||||
return CRUD({
|
||||
|
||||
Reference in New Issue
Block a user