派工单打印斜线问题

This commit is contained in:
Ledo 2025-07-03 13:44:02 +08:00
parent d776ac7f35
commit 2a83e629a8

View File

@ -80,7 +80,7 @@
</tr> </tr>
<tr v-for="item in formDataprocess.tablename" :key="item"> <tr v-for="item in formDataprocess.tablename" :key="item">
<td colspan="1"> {{item.index}} </td> <td colspan="1"> {{item.index}} </td>
<td colspan="2" v-if="item.date" style="background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEiLz48L3N2Zz4=) no-repeat 100% center;"> <td colspan="2" v-if="item.date" id="lineTd">
<span style="float:left;margin-top:20px;"> {{item.name}}</span> <span style="float:left;margin-top:20px;"> {{item.name}}</span>
<span style="float:right;margin-top:0px;">{{item.date}}</span> <span style="float:right;margin-top:0px;">{{item.date}}</span>
</td> </td>