Skip to content

Commit 56ff05a

Browse files
authored
Merge pull request #150 from go-admin-team/dev
Dev
2 parents 83c9ff8 + a132233 commit 56ff05a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-admin",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
55
"author": "https://github.com/wenjianzhang",
66
"license": "MIT",

Diff for: src/App.vue

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export default {
1010
}
1111
</script>
1212
<script>
13+
// 声明: 百度统计统计相关下载使用量无别的用途
14+
// 可自行删除
1315
var _hmt = _hmt || [];
1416
(function() {
1517
var hm = document.createElement("script");

Diff for: src/views/admin/sys-menu/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</span>
9595
</template>
9696
</el-table-column>
97-
<el-table-column prop="path" label="组建路径" :show-overflow-tooltip="true">
97+
<el-table-column prop="path" label="组件路径" :show-overflow-tooltip="true">
9898
<template slot-scope="scope">
9999
<span v-if="scope.row.menuType=='A'">{{ scope.row.path }}</span>
100100
<span v-else>{{ scope.row.component }}</span>
@@ -144,7 +144,7 @@
144144
<el-drawer
145145
ref="drawer"
146146
:title="title"
147-
:before-close="handleClose"
147+
:before-close="cancel"
148148
:visible.sync="open"
149149
direction="rtl"
150150
custom-class="demo-drawer"

Diff for: src/views/admin/sys-role/index.vue

+1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
show-checkbox
195195
node-key="id"
196196
:empty-text="menuOptionsAlert"
197+
style="height:171px;overflow-y:auto;overflow-x:hidden;"
197198
/>
198199
</el-form-item>
199200
<el-form-item label="备注">

0 commit comments

Comments
 (0)