buhuazhen
2026-05-29 71d6222c11415e0e63a180c9a5b86233ff706e60
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>