فهرست منبع

更新 组件属性

王智慧 3 سال پیش
والد
کامیت
0ce3744dff
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      src/views/shipManage/shipList.vue
  2. 1 0
      src/views/shipOwnerManage/shipOwnerList.vue

+ 1 - 0
src/views/shipManage/shipList.vue

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

+ 1 - 0
src/views/shipOwnerManage/shipOwnerList.vue

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