diff --git a/src/views/measure/file/components/templatePage.vue b/src/views/measure/file/components/templatePage.vue index 653b99b..4677e48 100644 --- a/src/views/measure/file/components/templatePage.vue +++ b/src/views/measure/file/components/templatePage.vue @@ -185,7 +185,7 @@ dialogVisible.value = true addRef.value.initDialog({ fileType: searchQuery.fileType, - title: '新增', + title: '新建', fileTypeName: props.name, }) }