spring
2026-03-16 9030f4f4913935611e613a4064d8e26a01cbf070
src/views/inventoryManagement/dispatchLog/Record.vue
@@ -77,6 +77,21 @@
               show-overflow-tooltip
            />
            <el-table-column
               label="车牌号"
               prop="licensePlateNo"
               show-overflow-tooltip
            />
            <el-table-column
               label="毛重(吨)"
               prop="grossWeight"
               show-overflow-tooltip
            />
            <el-table-column
               label="皮重(吨)"
               prop="tareWeight"
               show-overflow-tooltip
            />
            <el-table-column
               label="净重(吨)"
               prop="netWeight"
               show-overflow-tooltip
@@ -94,8 +109,13 @@
          </template>
        </el-table-column>
        <el-table-column
            label="车牌"
            prop="licensePlateNo"
            label="过磅日期"
            prop="weighingDate"
            show-overflow-tooltip
        />
        <el-table-column
            label="过磅员"
            prop="weighingOperator"
            show-overflow-tooltip
        />
         </el-table>