From feeed01a9f68a1a6cabf4a4b1c3b6bb3b340e875 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 29 Jan 2026 16:16:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rentEquipmentManager/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/rentEquipmentManager/index.vue b/src/views/rentEquipmentManager/index.vue index 3cb962f1..0ef14ea1 100644 --- a/src/views/rentEquipmentManager/index.vue +++ b/src/views/rentEquipmentManager/index.vue @@ -90,7 +90,7 @@ - 新增装备 + 租赁登记 @@ -533,13 +533,13 @@ export default { this.$refs.addOrEditFormRef?.resetFields() // 2. 先判断是新增还是编辑,设置标题和标识 if (row.id) { - this.dialogTitle = '外租装备编辑' // 用新的标题变量 + this.dialogTitle = '租赁登记' // 用新的标题变量 // 编辑:赋值表单(深拷贝避免修改原数据) this.addOrEditForm = { ...row, } } else { - this.dialogTitle = '外租装备新建' // 用新的标题变量 + this.dialogTitle = '租赁登记' // 用新的标题变量 // 新增:重置表单默认值 this.addOrEditForm = { id: null,