|
|
@@ -22,7 +22,7 @@
|
|
|
>
|
|
|
<img class="ling-icon" src="../assets/ling.png" alt="" />
|
|
|
</el-badge>
|
|
|
- <el-dialog v-model="noticeVisable" title="通知" width="500px">
|
|
|
+ <el-dialog v-model="noticeVisable" title="通知" width="400px">
|
|
|
<el-button-group>
|
|
|
<el-button
|
|
|
@click="
|
|
|
@@ -32,7 +32,7 @@
|
|
|
:type="currentType == 0 ? 'primary' : ''"
|
|
|
size="small"
|
|
|
>
|
|
|
- 保险通知
|
|
|
+ 航次未购买保险
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
@click="
|
|
|
@@ -42,18 +42,18 @@
|
|
|
:type="currentType == 1 ? 'primary' : ''"
|
|
|
size="small"
|
|
|
>
|
|
|
- 验仓通知
|
|
|
+ 航次未验仓
|
|
|
</el-button>
|
|
|
</el-button-group>
|
|
|
<el-table
|
|
|
:data="noticeTableData[currentType]?.data[currentPage - 1]"
|
|
|
stripe
|
|
|
- style="width: 450px"
|
|
|
+ style="width: 400px"
|
|
|
size="small"
|
|
|
:row-style="{ height: '40px' }"
|
|
|
:cell-style="{ padding: '0' }"
|
|
|
>
|
|
|
- <el-table-column prop="voyageName" label="航次名称" width="320" />
|
|
|
+ <el-table-column prop="voyageName" label="航次名称" width="280" />
|
|
|
<el-table-column prop="name" label="操作">
|
|
|
<template v-slot="scope">
|
|
|
<el-button
|
|
|
@@ -61,7 +61,7 @@
|
|
|
type="text"
|
|
|
size="small"
|
|
|
>
|
|
|
- 查看详情
|
|
|
+ 查看
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|