chenhj
4 天以前 d0ba164499dbeb1835788fc392afb01f24bf246f
src/views/inventoryManagement/dispatchLog/Record.vue
@@ -77,6 +77,11 @@
               show-overflow-tooltip
            />
            <el-table-column
               label="净重(吨)"
               prop="netWeight"
               show-overflow-tooltip
            />
            <el-table-column
               label="出库人"
               prop="createBy"
               show-overflow-tooltip
@@ -88,6 +93,11 @@
            {{ getRecordType(scope.row.recordType) }}
          </template>
        </el-table-column>
        <el-table-column
            label="车牌"
            prop="licensePlateNo"
            show-overflow-tooltip
        />
         </el-table>
         <pagination
            v-show="total > 0"