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',