diff --git a/yxt-as-ui/src/views/storage/inventory/inventory.vue b/yxt-as-ui/src/views/storage/inventory/inventory.vue
index 120e3b1891..0a52a179a2 100644
--- a/yxt-as-ui/src/views/storage/inventory/inventory.vue
+++ b/yxt-as-ui/src/views/storage/inventory/inventory.vue
@@ -47,7 +47,7 @@
@@ -65,8 +65,8 @@
-
+
@@ -285,7 +285,7 @@ export default {
const fileName = '库存表' + '.xls'
const elink = document.createElement('a')
elink.download = fileName
- elink.style.display = 'nonde'
+ elink.style.display = 'none'
elink.href = URL.createObjectURL(blob)
document.body.appendChild(elink)
elink.click()
diff --git a/yxt-as-ui/src/views/storage/inventory/inventoryRecord.vue b/yxt-as-ui/src/views/storage/inventory/inventoryRecord.vue
index c48208c797..fbef7893b0 100644
--- a/yxt-as-ui/src/views/storage/inventory/inventoryRecord.vue
+++ b/yxt-as-ui/src/views/storage/inventory/inventoryRecord.vue
@@ -11,11 +11,7 @@
-
-
- {{ scope.row.billType == '1' ? '入库' : scope.row.billType == '0' ? '出库' : '' }}
-
-
+