wenhongquan 3 年 前
コミット
b9a5ca24dd
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/IncidentManagementReport/index.tsx

+ 1 - 1
src/views/IncidentManagementReport/index.tsx

@@ -129,7 +129,7 @@ export default defineComponent({
     return () => (
       <div class="incident-report-container ">
         <NavBar
-          title="应急处置"
+          title="应急事件上报"
           left-arrow
           fixed
           onClick-left={() => router.push('/home')}