Skip to content

Commit

Permalink
Merge branch 'new' of https://github.com/TheYelda/AppClient into new
Browse files Browse the repository at this point in the history
  • Loading branch information
15331335 committed Jun 11, 2018
2 parents 5096faf + bf8fbb0 commit 9f72e00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/AdminAccountList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ export default {
accountAuthVisible: false,
accountSelection: [],
options: [{
value: '102',
value: 102,
label: '医生'
}, {
value: '103',
value: 103,
label: '客人'
}, {
value: '100',
value: 100,
label: '无权限'
}],
newAuthCode: '',
Expand Down

0 comments on commit 9f72e00

Please sign in to comment.