소스 검색

feature/1001919

lizi 3 년 전
부모
커밋
1fe552410c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/report/ReportEditorView.vue
  2. 1 1
      src/views/report/components/report-create/ReportName.vue

+ 1 - 1
src/views/report/ReportEditorView.vue

@@ -128,7 +128,7 @@ function onSave() {
       return;
     }
     if ((report.value.reportName || '').trim() == '') {
-      message.warning("请填写报告名!");
+      message.warning("请填写报告名!");
       reportNameEl.value?.focus();
       return;
     }

+ 1 - 1
src/views/report/components/report-create/ReportName.vue

@@ -23,7 +23,7 @@ defineExpose({
 <template>
   <a-row type="flex" style="align-items: center">
     <a-col style="width: 120px; text-align: right;">
-      报告名
+      报告名
     </a-col>
     <a-col flex="1">
       <a-input