Commit 2b7b3219 authored by 黄奎's avatar 黄奎

页面修改

parent 3804a263
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
total: 0, total: 0,
msg: { msg: {
pageIndex: 1, pageIndex: 1,
pageSize: 20, pageSize: 15,
MenuLevel: 0, MenuLevel: 0,
MenuName: "", //菜单名称 MenuName: "", //菜单名称
}, },
......
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
total: 0, total: 0,
msg: { msg: {
pageIndex: 1, pageIndex: 1,
pageSize: 20, pageSize: 15,
QPageType: 0, QPageType: 0,
PageName: "", //菜单名称 PageName: "", //菜单名称
Status: -1, //菜单状态 Status: -1, //菜单状态
......
...@@ -51,7 +51,9 @@ ...@@ -51,7 +51,9 @@
<td>{{item.PlugName}}</td> <td>{{item.PlugName}}</td>
<td>{{item.PlugSubName}}</td> <td>{{item.PlugSubName}}</td>
<td>{{item.PlugUrl}}</td> <td>{{item.PlugUrl}}</td>
<td>{{item.Icon}}</td> <td>
<img :src="item.Icon" style="width: 50px; height: 50px; display: block; padding-left:5px;">
</td>
<td>{{item.IconClass}}</td> <td>{{item.IconClass}}</td>
<td> <td>
<el-switch v-model="item.Status" active-color="#409EFF" :active-value="0" :inactive-value="1" <el-switch v-model="item.Status" active-color="#409EFF" :active-value="0" :inactive-value="1"
...@@ -114,7 +116,7 @@ ...@@ -114,7 +116,7 @@
total: 0, total: 0,
msg: { msg: {
pageIndex: 1, pageIndex: 1,
pageSize: 20, pageSize: 15,
PlugName: "", //插件名称 PlugName: "", //插件名称
}, },
dataList: [], dataList: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment