#
Junjie
2026-03-12 070dd3ec9ad599e9c668351ce3d0bd78b54f9745
src/main/webapp/views/wrkMast/wrkMast.html
@@ -377,8 +377,10 @@
                        :sortable="column.sortable ? 'custom' : false"
                        :show-overflow-tooltip="column.showOverflow !== false"
                        :align="column.align || 'left'">
                        <template v-if="column.key === 'systemMsg'" slot-scope="scope">
                            <span class="payload-cell">{{ scope.row.systemMsg || '--' }}</span>
                        <template slot-scope="scope">
                            <span :class="column.key === 'systemMsg' ? 'payload-cell' : ''">
                                {{ displayCellValue(scope.row, column) }}
                            </span>
                        </template>
                    </el-table-column>
                    <el-table-column label="操作" fixed="right" width="100" align="center">