| src/views/inventoryManagement/dispatchLog/Record.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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>