buhuazhen
6 天以前 d2d931816da9f6de4da1f3a7f3f6e596128c6f14
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"