diff --git a/src/api/Device.js b/src/api/DeviceManage.js similarity index 81% rename from src/api/Device.js rename to src/api/DeviceManage.js index 0cbb775..11f674b 100644 --- a/src/api/Device.js +++ b/src/api/DeviceManage.js @@ -1,6 +1,6 @@ import request from '@/utils/request' // 查询设备数据 -export function listDevice(query) { +export function listMusic(query) { return request({ url: '/system/device/list', method: 'get', diff --git a/src/layout/components/Device/index.vue b/src/layout/components/Device/index.vue index ec4b1af..7807b1f 100644 --- a/src/layout/components/Device/index.vue +++ b/src/layout/components/Device/index.vue @@ -5,7 +5,7 @@
新增 - 删除 +
@@ -91,32 +91,35 @@
- + + - + - - + + - + - + @@ -133,7 +136,7 @@ diff --git a/src/layout/components/User/index.vue b/src/layout/components/User/index.vue index d7f6f79..bdf2c93 100644 --- a/src/layout/components/User/index.vue +++ b/src/layout/components/User/index.vue @@ -7,7 +7,7 @@ v-model="queryParams.roleType" placeholder="角色类型" clearable - size="middle" + size="mini" style="width: 200px" > - + - + \ No newline at end of file diff --git a/src/layout/index.vue b/src/layout/index.vue index 7a3df65..c2eb2f6 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,11 +1,12 @@