Browse Source

feature/1001919

lizi 2 years ago
parent
commit
3bcee761a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/report/components/report-create/ReportName.vue

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

@@ -29,7 +29,7 @@ defineExpose({
       <a-input
         :value="modelValue"
         @input="emits('update:modelValue', $event.target.value)"
-        placeholder="请输入名称"
+        placeholder="请输入报告名称"
         ref="input"
       />
     </a-col>