diff --git a/src/views/inventory/DeptDeviceDetail.vue b/src/views/inventory/DeptDeviceDetail.vue index b0514a71..99734195 100644 --- a/src/views/inventory/DeptDeviceDetail.vue +++ b/src/views/inventory/DeptDeviceDetail.vue @@ -2,18 +2,30 @@
+ + + + + + + + - - + + v-for="item in deptList" + :key="item.name" + :label="item.name" + :value="item.code"> {{ item.name }} @@ -21,86 +33,88 @@ - - - - {{ item.name }} - - + + + + + + + + + + + {{ item.label }} + + + + + + + + + + + + + + + + - - + + - - + - - + - - + - - - - {{ item.label }} - - + + - - - - {{ item.label }} - - + + @@ -110,7 +124,6 @@ 显示/隐藏搜索栏 重置 查询 - 添加设备
@@ -118,72 +131,48 @@ @row-click="listClick" @current-change="handInvChange" border> - - - - + + + - + - - - - + - + + + + - + - + - - - + @@ -191,30 +180,30 @@ @@ -223,7 +212,7 @@