Kaynağa Gözat

更新 航次列表字段

wzh 3 yıl önce
ebeveyn
işleme
b3529a1960
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      src/views/voyage/voyageList.vue

+ 3 - 3
src/views/voyage/voyageList.vue

@@ -237,7 +237,7 @@
         prop="expectedArrivalTime"
         label="预计到港时间"
         sortable
-        min-width="100"
+        min-width="140"
         align="center"
       >
         <template v-slot="scope">
@@ -255,10 +255,10 @@
         </template>
       </el-table-column>
       <el-table-column
-        prop="daysInPort"
+        prop="daysInPortStr"
         label="在港天数"
         sortable
-        min-width="70"
+        min-width="100"
         align="center"
       ></el-table-column>
       <el-table-column