Bläddra i källkod

feature/1001919

lizi 2 år sedan
förälder
incheckning
1fe552410c

+ 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