From f44b65e0e459e7b31f71473e7d7b59e2c8e1fa24 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 22 Jul 2024 11:40:02 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E6=A0=87=E6=A0=87=E5=87=86?= =?UTF-8?q?=E5=8F=B7=E8=BE=93=E5=85=A5=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standard/modules/EnterpriseStandardModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/enterpriseStandardLibrary/standard/modules/EnterpriseStandardModal.vue b/src/views/enterpriseStandardLibrary/standard/modules/EnterpriseStandardModal.vue index ee00ba0..dd2a4ed 100644 --- a/src/views/enterpriseStandardLibrary/standard/modules/EnterpriseStandardModal.vue +++ b/src/views/enterpriseStandardLibrary/standard/modules/EnterpriseStandardModal.vue @@ -141,7 +141,7 @@ export default { type: '', // 是新增还是编辑 // 特殊的placeholder specialPlaceholder: { - standard_number_temp: `${this.$t('enterpriseStandardLibrary.standard.inputExample')}0001,${this.$t('enterpriseStandardLibrary.standard.nullAutoCreate')}` + standard_number_temp: `${this.$t('enterpriseStandardLibrary.standard.inputExample')}001,${this.$t('enterpriseStandardLibrary.standard.nullAutoCreate')}` }, url: { add: '/laws/standard/enterprise/commonAdd',