2
0

6 Коммиты 1ab89025f4 ... 5d1e63772a

Автор SHA1 Сообщение Дата
  Jack Zhou 5d1e63772a Merge branch 'master_zyh' of United_Software/k_online_ui into master 10 часов назад
  Jack Zhou a3a681ea5b feat: schedule页面title调整为report name 10 часов назад
  Jack Zhou 748baf1b9b Merge branch 'test' into master_zyh 1 день назад
  Jack Zhou 2d7a5c8c50 Merge branch 'test_zyh' of United_Software/k_online_ui into test 1 день назад
  Jack Zhou 3c46c32e34 feat: 调整report schedule标题 1 день назад
  Jack Zhou 90eb759b7f Merge branch 'test_zyh' of United_Software/k_online_ui into test 1 неделя назад

+ 1 - 1
src/views/Report/src/components/ReportSchedule/src/ReportSchedule.vue

@@ -109,7 +109,7 @@ const handleSave = () => {
 <template>
   <div v-vloading="loading">
     <div class="Title">
-      <span>Schedule Configuration - Shipment Status Report</span>
+      <span>Schedule Configuration - {{ pageData.reportName }}</span>
       <el-button @click="handleSave" class="el-button--main save_button"
         ><span class="font_family icon-icon_save_b icon_dark" style="margin-right: 5px"></span
         >Save</el-button