@@ -66,6 +66,7 @@
<template v-slot="scope">
<el-button
@click="shipDetail(scope.row.shipId, tableData)"
+ type="primary"
text
size="small"
>
@@ -86,6 +86,7 @@
@click="shipOwnerDetail(scope.row.shipOwnerId, tableData)"