From 13e9ddabf4ba3a89aa2a93fe8d3b35c8604c6813 Mon Sep 17 00:00:00 2001 From: luobisheng <727299681@qq.com> Date: 星期三, 16 十一月 2022 17:51:29 +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