src/views/inventoryManagement/dispatchLog/Record.vue
@@ -83,9 +83,10 @@ /> <el-table-column label="来源" prop="recordType" min-width="180" show-overflow-tooltip> <template #default="scope"> {{ getRecordType(scope.row.recordType) }} {{ getRecordType(scope.row.recordType) }}{{ scope.row.sourceNo ? ':' + scope.row.sourceNo : '' }} </template> </el-table-column> </el-table>