|
|
@@ -1,6 +1,5 @@
|
|
|
<script setup lang="ts">
|
|
|
import EventCard from '@/components/NotificationMessageCard/src/components/EventCard.vue'
|
|
|
-import PersonalProfile from './components/PersonalProfile.vue'
|
|
|
|
|
|
const collapseVModel = ref<string[]>(['1'])
|
|
|
|
|
|
@@ -93,6 +92,70 @@ const notificationList = [
|
|
|
arrivalDelayNum: 8
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ type: 'container',
|
|
|
+ isRead: false,
|
|
|
+ mode: '',
|
|
|
+ no: 'SHJN2301234',
|
|
|
+ tag: 'Unloaded From Vessel',
|
|
|
+ location: 'Hong Kong',
|
|
|
+ timeLabel: 'ATA: ',
|
|
|
+ time: '2510-12-1 14:30 UTC+8',
|
|
|
+ timezone: 'Asia/Shanghai',
|
|
|
+ previous: 'Previous: Departure from Shanghai (08:15 UTC+8)'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: 'delay',
|
|
|
+ numericRecords: 0,
|
|
|
+ isRead: false,
|
|
|
+ title: 'Delay Daily Summary (Jan 10, 2025)',
|
|
|
+ mode: 'Air Freight',
|
|
|
+ no: 'SHJN2301234',
|
|
|
+ tag: 'Departure Delay',
|
|
|
+ location: 'Hong Kong',
|
|
|
+ timeLabel: 'ATA: ',
|
|
|
+ time: '2510-12-1 14:30 UTC+8',
|
|
|
+ timezone: 'Asia/Shanghai',
|
|
|
+ info: {
|
|
|
+ timeLabel: 'ATA: ',
|
|
|
+ time: '2510-12-1 14:30 UTC+8',
|
|
|
+ timezone: 'Asia/Shanghai',
|
|
|
+ departureDelayNum: 10,
|
|
|
+ arrivalDelayNum: 8
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: 'container',
|
|
|
+ isRead: false,
|
|
|
+ mode: '',
|
|
|
+ no: 'SHJN2301234',
|
|
|
+ tag: 'Unloaded From Vessel',
|
|
|
+ location: 'Hong Kong',
|
|
|
+ timeLabel: 'ATA: ',
|
|
|
+ time: '2510-12-1 14:30 UTC+8',
|
|
|
+ timezone: 'Asia/Shanghai',
|
|
|
+ previous: 'Previous: Departure from Shanghai (08:15 UTC+8)'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: 'delay',
|
|
|
+ numericRecords: 0,
|
|
|
+ isRead: false,
|
|
|
+ title: 'Delay Daily Summary (Jan 10, 2025)',
|
|
|
+ mode: 'Air Freight',
|
|
|
+ no: 'SHJN2301234',
|
|
|
+ tag: 'Departure Delay',
|
|
|
+ location: 'Hong Kong',
|
|
|
+ timeLabel: 'ATA: ',
|
|
|
+ time: '2510-12-1 14:30 UTC+8',
|
|
|
+ timezone: 'Asia/Shanghai',
|
|
|
+ info: {
|
|
|
+ timeLabel: 'ATA: ',
|
|
|
+ time: '2510-12-1 14:30 UTC+8',
|
|
|
+ timezone: 'Asia/Shanghai',
|
|
|
+ departureDelayNum: 10,
|
|
|
+ arrivalDelayNum: 8
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
type: 'change',
|
|
|
numericRecords: 0,
|
|
|
@@ -172,7 +235,6 @@ const notificationList = [
|
|
|
<span>33</span>
|
|
|
</div>
|
|
|
</template>
|
|
|
- <PersonalProfile />
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="Read" name="third">Role</el-tab-pane>
|
|
|
</el-tabs>
|
|
|
@@ -279,7 +341,7 @@ const notificationList = [
|
|
|
}
|
|
|
}
|
|
|
:deep(.el-tabs) {
|
|
|
- height: calc(100% - 40px);
|
|
|
+ height: calc(100%);
|
|
|
.el-tabs__content {
|
|
|
overflow-y: auto;
|
|
|
}
|