快乐的昕的电脑
2025-11-24 df0beceef628abba4befd67edab8e6b81cc749b6
components/WorkOrderPrint.vue
@@ -90,7 +90,7 @@
                                <td>{{ r.reportType || '-' }}</td> <!-- 新增 -->
                            </tr>
                            <tr v-if="!reportingHistory.length">
                                <td colspan="11" class="no-data">暂无历史报工记录</td>
                                <td colspan="12" class="no-data">暂无历史报工记录</td>
                            </tr>
                        </tbody>
                    </table>
@@ -710,7 +710,8 @@
            border: 1px solid #555;
            padding: 6px 8px;
            text-align: center;
            white-space: nowrap;
            white-space: normal; /* 允许换行 */
            word-break: break-all; /* 长单词/数字也换行 */
        }
    .status-section {