소스 검색

feat: 修改EmailDialog label名称

zhouyuhao 6 달 전
부모
커밋
f8db2c9a3f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/DestinationDelivery/src/components/TableView/src/components/EmailDialog.vue

+ 1 - 1
src/views/DestinationDelivery/src/components/TableView/src/components/EmailDialog.vue

@@ -174,7 +174,7 @@ defineExpose({
 
 <template>
   <el-dialog
-    title="Booking Detail"
+    title="Communication"
     class="booking-detail-email-dialog"
     v-model="visible"
     :close-on-click-modal="false"