diff --git a/src/pages_function/pages/equipmentLedger/index.vue b/src/pages_function/pages/equipmentLedger/index.vue
index a3662a1..d6bbcb4 100644
--- a/src/pages_function/pages/equipmentLedger/index.vue
+++ b/src/pages_function/pages/equipmentLedger/index.vue
@@ -4,35 +4,58 @@
- {{ selectedLineLabel }}
+ {{ selectedLineLabel }}
-
+
- {{ selectedStatusLabel }}
+ {{ selectedStatusLabel }}
- {{ resetFilterText }}
-
-
+
{{ textValue(item.deviceCode) }}
onItemStatusChange(item, e)"
>
-
- {{ getStatusText(item.deviceStatus) }}
+
+ {{ getStatusText(item.deviceStatus) }}
{{ textValue(item.deviceName) }}
- {{ formatDateValue(item.createTime) }}
+ {{
+ formatDateValue(item.createTime)
+ }}
- {{ t('functionCommon.loading') }}
- {{ t('equipmentLedger.empty') }}
- {{ t('functionCommon.loadingMore') }}
- {{ t('functionCommon.noMore') }}
+ {{
+ t('functionCommon.loading')
+ }}
+ {{
+ t('equipmentLedger.empty')
+ }}
+ {{
+ t('functionCommon.loadingMore')
+ }}
+ {{
+ t('functionCommon.noMore')
+ }}
@@ -78,237 +116,290 @@
:auto-close="false"
@confirm="onLineCascaderConfirm"
/>
+
+
@@ -532,9 +636,9 @@ function formatDateValue(value) {
}
.reset-filter-btn {
- min-width: 10rpx;
- flex: 1;
- width: 80rpx;
+ min-width: 10rpx;
+ flex: 1;
+ width: 80rpx;
height: 64rpx;
display: flex;
align-items: center;
@@ -687,4 +791,3 @@ function formatDateValue(value) {
font-size: 26rpx;
}
-