Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/master'

YunaiV 7 mesi fa
parent
commit
ced9ad6bba
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/system/user/index.vue

+ 1 - 0
src/views/system/user/index.vue

@@ -124,6 +124,7 @@
                 :active-value="0"
                 :inactive-value="1"
                 @change="handleStatusChange(scope.row)"
+                :disabled="!checkPermi(['system:user:update'])"
               />
             </template>
           </el-table-column>