#428 feat: schedule页面title调整为report name

Fusionné
JackZ a fusionné 7 commits à partir de United_Software/master_zyh vers United_Software/master il y a 8 heures

+ 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

+ 0 - 5
src/views/TemplateManagement/src/TemplateManagement.vue

@@ -281,8 +281,3 @@ onUnmounted(() => {
   overflow: hidden;
 }
 </style>
-<style lang="scss">
-.el-select__selection {
-  max-width: 450px;
-}
-</style>