From 83b81a748405be91ab215c7dd3408e1dac4b2292 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期二, 22 十一月 2022 17:02:48 +0800 Subject: [PATCH] 菜单树 --- src/views/systemSetting/device/grid/components/header/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/systemSetting/device/grid/components/header/index.vue b/src/views/systemSetting/device/grid/components/header/index.vue index d5e5dea..c2ef3b6 100644 --- a/src/views/systemSetting/device/grid/components/header/index.vue +++ b/src/views/systemSetting/device/grid/components/header/index.vue @@ -11,7 +11,7 @@ <div class="addUser"> <!-- :before-close="handleClose" --> <el-button class="addBtn" type="primary" @click="dialogCreate = true">娣诲姞鐢ㄦ埛</el-button> - <el-dialog :visible.sync="dialogCreate" title="鏂板璐︽埛" width="60%" v-if="dialogCreate" + <el-dialog :visible.sync="dialogCreate" title="鏂板缃戞牸鍛�" width="60%" v-if="dialogCreate" :before-close="handleClose"> <createUser @sendDialog="sendDialog" /> </el-dialog> -- Gitblit v1.8.0