From bd159ed37ae8ba5b1fa4af95cdb3b7981768dad9 Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期一, 08 四月 2024 17:26:13 +0800 Subject: [PATCH] 提交一把 --- company/src/components/enterprise/dispatchUnitDetails.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/company/src/components/enterprise/dispatchUnitDetails.vue b/company/src/components/enterprise/dispatchUnitDetails.vue index d3b84e6..664e047 100644 --- a/company/src/components/enterprise/dispatchUnitDetails.vue +++ b/company/src/components/enterprise/dispatchUnitDetails.vue @@ -112,6 +112,10 @@ <addJobType ref="addJobType" @success="callback" /> <!-- 缂栬緫 --> <OperaDispatchUnitWindow ref="OperaDispatchUnitWindow" @success="callback" /> + + <template v-slot:footer> + <el-button @click="visible=false">杩斿洖</el-button> + </template> </GlobalWindow> </template> -- Gitblit v1.9.3