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/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index ac267a9d..22855963 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -95,62 +95,82 @@ :addTemplate="addTemplate" placeholder="暂无数据" > - + - + - + + + +