Browse Source

fix🐛 :修改角色列表中的默认值

zhangwenjian 4 years ago
parent
commit
2cc26bacfb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/role/index.vue

+ 1 - 1
src/views/role/index.vue

@@ -108,7 +108,7 @@
             <template slot-scope="scope">
               <el-switch
                 v-model="scope.row.status"
-                active-value="0"
+                active-value="2"
                 inactive-value="1"
                 @change="handleStatusChange(scope.row)"
               />