From d8872903e30f0a53abefcd279ae03258341e931f Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期四, 20 三月 2025 09:10:31 +0800
Subject: [PATCH] test
---
pages/selpsn/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/selpsn/index.vue b/pages/selpsn/index.vue
index 4099cc1..2c9ec66 100644
--- a/pages/selpsn/index.vue
+++ b/pages/selpsn/index.vue
@@ -107,7 +107,7 @@
title: this.translateSys("error"),
content: ex.errMsg,
showCancel: false,
- confirmText: this.translateSys("cancel")
+ confirmText: this.translateSys("close")
});
});
} else
@@ -138,7 +138,7 @@
title: this.translateSys("tip"),
content: this.translate('tip_no_select_user'),
showCancel: false,
- confirmText: this.translateSys("cancel")
+ confirmText: this.translateSys("close")
});
return;
}
--
Gitblit v1.9.1