From ae92fcf4f065649262a93ff56dd55b3bcd81643f Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期六, 26 八月 2023 15:43:48 +0800 Subject: [PATCH] modified: src/views/experiment/checkTheReport/index.vue modified: src/views/standardLibrary/index.vue --- src/layout/components/Navbar.vue | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 5d90276..dd146bb 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -24,7 +24,7 @@ </el-dropdown-item> </el-dropdown-menu> </el-dropdown> - <el-dialog title="淇敼瀵嗙爜" :visible.sync="dialogFormVisible" :append-to-body="true"> + <el-dialog title="淇敼瀵嗙爜" :visible.sync="dialogFormVisible" :append-to-body="true" width="40%"> <el-form :model="form"> <el-form-item label="鏃у瘑鐮�" :label-width="formLabelWidth"> <el-input v-model="form.oldPwd" autocomplete="off"></el-input> @@ -65,7 +65,11 @@ confirmPwd: '' }, dialogFormVisible: false, - formLabelWidth: '120px' + formLabelWidth: '120px', + user: { + id: null, + name: 'value' + } } }, components: { @@ -78,14 +82,6 @@ 'avatar' ]) }, - data() { - return { - user: { - id: null, - name: 'value' - } - } - }, mounted() { this.getUser() }, -- Gitblit v1.9.3