diff --git a/src/components/xtSelect/index.vue b/src/components/xtSelect/index.vue index 8eef005f..99c6b7b2 100644 --- a/src/components/xtSelect/index.vue +++ b/src/components/xtSelect/index.vue @@ -89,7 +89,7 @@ const props = defineProps({ options: { type: Array, default: null }, }); -const emit = defineEmits(["update:modelValue", "update:obj", "change", "update::label"]); +const emit = defineEmits(["update:modelValue", "update:obj", "change", "update:label"]); const selectable = (row) => row.count_canhandover?row.count_canhandover>0:true; // 控制 popover 显示与隐藏的状态 const showPopover = ref(false); diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index 182aec19..e3b19410 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -46,7 +46,7 @@ :value="item.value" /> - + - + - + - + - + + + +