|
|
@@ -1,11 +1,11 @@
|
|
|
<template>
|
|
|
<div class="line-container-p24">
|
|
|
- <i class="el-icon-arrow-left"></i>
|
|
|
<div
|
|
|
- class="dib go-back ml8 pointer"
|
|
|
+ class="df aic dib go-back ml8 pointer"
|
|
|
@click="router.replace('/shipManage/shipList')"
|
|
|
>
|
|
|
- 返回船舶列表
|
|
|
+ <el-icon class="mr10"><ArrowLeftBold /></el-icon>
|
|
|
+ <div>返回船舶列表</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<ShipInfo :shipInfos="shipInfos"></ShipInfo>
|