Skip to content

Commit

Permalink
⬆️ Upgrading dependencies. avuejs 2.3.9
Browse files Browse the repository at this point in the history
💄 Updating the UI and style files.
  • Loading branch information
lltx committed Jan 30, 2020
1 parent 5872a4a commit 0da23fd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@smallwei/avue": "^2.3.5",
"@smallwei/avue": "^2.3.9",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"classlist-polyfill": "^1.2.0",
Expand Down
11 changes: 1 addition & 10 deletions src/const/crud/admin/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@
* Author: lengleng ([email protected])
*/

const DIC = {
vaild: [{
label: '否',
value: 'false'
}, {
label: '是',
value: 'true'
}]
}
export const tableOption = {
border: true,
index: true,
Expand All @@ -47,7 +38,7 @@ export const tableOption = {
label: '令牌',
prop: 'access_token',
align: 'center',
'overHidden': true
overHidden: true
}, {
label: '类型',
prop: 'token_type',
Expand Down
4 changes: 0 additions & 4 deletions src/views/admin/log/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,3 @@
}
}
</script>

<style lang="scss" scoped>
</style>

2 changes: 1 addition & 1 deletion src/views/admin/token/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->

<template>
<div class="execution">
<div>
<basic-container>
<avue-crud ref="crud"
:page="page"
Expand Down

0 comments on commit 0da23fd

Please sign in to comment.