diff --git a/src/views/EquipmentLedger/index.vue b/src/views/EquipmentLedger/index.vue index 2463b5fd..cb076863 100644 --- a/src/views/EquipmentLedger/index.vue +++ b/src/views/EquipmentLedger/index.vue @@ -105,7 +105,7 @@ v-show="showSearch" :model="queryParams" :rules="queryRules" - style="margin-top: 20px" + style="margin-top: 10px" > @@ -232,7 +232,7 @@ clearable :controls="false" :min="0" - style="width: 120px" + style="width: 150px" /> - @@ -314,64 +314,6 @@ 共 {{ total }} 条记录 - - 自用出库 - - - - 装备维修 - - - 装备退役 - - - 装备退库 - - - 装备下架 - - - 装备上架 - @@ -403,6 +345,7 @@ :key="index" align="center" show-overflow-tooltip + min-width="200" :label="item.label" :prop="item.prop" > @@ -424,7 +367,7 @@ 自用 共享 退役 - 维修 + 维修 - + @@ -775,7 +712,7 @@ - + @@ -1650,9 +1587,9 @@ export default { -