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