From e5348ebcfeb201d928246a0535ca7ce38d125291 Mon Sep 17 00:00:00 2001 From: DouDou <877258667@qq.com> Date: Fri, 11 Oct 2024 15:35:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=A0=87=E8=AF=86=E5=8F=B7?= =?UTF-8?q?=E5=89=8D=E7=BC=80=E5=8F=AA=E8=83=BD=E6=98=AF2=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/tooling/components/com_tool_info_add_update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/tooling/components/com_tool_info_add_update.vue b/src/views/modules/tooling/components/com_tool_info_add_update.vue index dedbcfa..ca7bef9 100644 --- a/src/views/modules/tooling/components/com_tool_info_add_update.vue +++ b/src/views/modules/tooling/components/com_tool_info_add_update.vue @@ -457,7 +457,7 @@ export default { return false; } if(toolId.length !== 2){ - this.$message.error('请先输入工具标识号的前缀!'); + this.$message.error('工具标识号的前缀只能是2位字符!'); return false; } getNextToolId(this.pageData).then(({data}) =>{