|
|
@@ -747,7 +747,7 @@
|
|
|
></el-table-column>
|
|
|
<el-table-column
|
|
|
prop="portName"
|
|
|
- label="港口名称"
|
|
|
+ label="卸货港"
|
|
|
min-width="100"
|
|
|
align="center"
|
|
|
></el-table-column>
|
|
|
@@ -848,11 +848,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="称重时间">
|