Explorar o código

Merge branch 'master' of http://git.cc-lotus.info/financial_platform/admin-cms

wuhongyuq %!s(int64=5) %!d(string=hai) anos
pai
achega
37436998c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/layout/character/characterForm.vue

+ 1 - 1
src/layout/character/characterForm.vue

@@ -11,7 +11,7 @@
           </el-form-item>
           <el-form-item label="用户权限">
             <el-checkbox-group v-model="ruleForm.roles">
-              <el-checkbox v-for="(item, index) in rolesList" :key="index" :label="item.name"></el-checkbox>
+              <el-checkbox v-for="(item, index) in rolesList" :key="index" :label="item.id">{{ item.name }}</el-checkbox>
             </el-checkbox-group>
           </el-form-item>