Browse Source

更新 文案

wzg 1 year ago
parent
commit
5d778331a3
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/voyage/voyageDetail.vue

+ 4 - 4
src/views/voyage/voyageDetail.vue

@@ -978,7 +978,7 @@
         ></el-table-column>
         ></el-table-column>
         <el-table-column
         <el-table-column
           prop="portName"
           prop="portName"
-          label="港口名称"
+          label="卸货港"
           min-width="100"
           min-width="100"
           align="center"
           align="center"
         ></el-table-column>
         ></el-table-column>
@@ -1120,11 +1120,11 @@
         style="margin-bottom: 20px"
         style="margin-bottom: 20px"
         label-width="100px"
         label-width="100px"
       >
       >
-        <el-form-item label="港口名称">
+        <el-form-item label="卸货港">
           <el-input
           <el-input
             style="width: 240px"
             style="width: 240px"
             v-model="truckRecordForm.portName"
             v-model="truckRecordForm.portName"
-            placeholder="港口名称"
+            placeholder="卸货港"
           ></el-input>
           ></el-input>
         </el-form-item>
         </el-form-item>
         <el-form-item label="称重时间">
         <el-form-item label="称重时间">
@@ -1673,7 +1673,7 @@
         </el-button>
         </el-button>
       </div>
       </div>
       <el-table :data="ocrTruckRecordTableData" stripe max-height="500">
       <el-table :data="ocrTruckRecordTableData" stripe max-height="500">
-        <el-table-column label="港口名称" min-width="200" align="center">
+        <el-table-column label="卸货港" min-width="200" align="center">
           <template v-slot="scope">
           <template v-slot="scope">
             <el-input size="small" v-model="scope.row.portName"></el-input>
             <el-input size="small" v-model="scope.row.portName"></el-input>
           </template>
           </template>