From cd1edb1431b048392fa548005fb0f3cffacd4b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Thu, 8 Jun 2023 17:59:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20user=E7=A6=81=E6=AD=A2=E5=8B=BE=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E6=B7=BB=E5=8A=A0=E7=A6=81=E6=AD=A2=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/table/administration/UserTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/table/administration/UserTable.vue b/src/components/table/administration/UserTable.vue index eb2e33f1..3efec224 100644 --- a/src/components/table/administration/UserTable.vue +++ b/src/components/table/administration/UserTable.vue @@ -55,7 +55,7 @@ v-if="scope.row.id" v-model="scope.row.status" active-value="1" - :disabled="(scope.row.username === loginName) || (scope.row.username==='admin' && scope.row.id===1) " + :disabled="(scope.row.username === loginName) || (scope.row.username==='admin' && scope.row.id===1) || scope.row.buildIn === 1" inactive-value="0" @change="()=>{statusChange(scope.row)}">