From 90867530d3d186463401cd74261ee740c806cdee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98wangjiuyun?= <‘1595161655@qq.com> Date: Tue, 22 Oct 2024 17:55:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E9=A1=B9=E7=9B=AE=E8=A1=A8?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=94=A8=E6=88=B7=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectBank/userProject.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/projectBank/userProject.vue b/src/views/projectBank/userProject.vue index 16de654..cdfb2e2 100644 --- a/src/views/projectBank/userProject.vue +++ b/src/views/projectBank/userProject.vue @@ -37,7 +37,6 @@ :summaryMethod="getFixedColumnsSummaries" tableHeight="600" :border="true" - > @@ -68,11 +67,11 @@ export default { fixedColumns: [], executionData: [], dateRange: [], - selectedUserName: "超级管理员", - selectedUserId: 1, + selectedUserName: this.$store.state.user.nickName, + selectedUserId: this.$store.state.user.id, selectedUser: { - userId: 1, - selectedUserName: "超级管理员", + userId: this.$store.state.user.id, + selectedUserName: this.$store.state.user.nickName, }, userSelectDialogVisible: false, }; @@ -316,7 +315,7 @@ export default { bottom: 0; position: absolute; } -::v-deep .el-table__footer td{ +::v-deep .el-table__footer td { border: none !important; }