spring
2026-05-25 0c4429a719f5c95a7690fae51efaaa799ef4e77d
src/views/inventoryManagement/dispatchLog/Record.vue
@@ -87,11 +87,8 @@
               show-overflow-tooltip
            />
        <el-table-column label="来源"
                         prop="recordType"
                         prop="recordTypeName"
                         show-overflow-tooltip>
          <template #default="scope">
            {{ getRecordType(scope.row.recordType) }}
          </template>
        </el-table-column>
         </el-table>
         <pagination