From 9fcf23f418c514c7e3ce7e30679ee1f9518633d7 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 7 Aug 2026 14:33:12 +0800 Subject: [PATCH] feat(wpm): improve sub-process record inputs --- src/components/xtSelect/index.vue | 2 +- src/views/wpm_bx/mlog_detail.vue | 88 +++++++++++++++++-------------- 2 files changed, 50 insertions(+), 40 deletions(-) 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="暂无数据" > - + - + - + + + +