d732b721 by lihua

修改表格显示问题

1 parent 65ae1614
......@@ -367,7 +367,7 @@
<tbody>
<tr v-for="(item, index) in noComplianceList" :key="index">
<td style="border: 0.5px solid #d9d9d9;text-align: left;padding: 4px 8px;">
<span style="word-break: break-all;">{{ item.filePath || item.path || item }}</span>
<span style="word-break: break-all;">{{ item.dicomPath || '-' }}</span>
</td>
</tr>
</tbody>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!