Browse Source

add:安全工器具二维码模板

zhongwei
haungxing 8 months ago
parent
commit
8252fcf39a
  1. 37
      hzims-service/safeproduct/src/main/resources/template/SafeToolTemplate.html

37
hzims-service/safeproduct/src/main/resources/template/SafeToolTemplate.html

@ -0,0 +1,37 @@
<html>
<head>
<style>
table {
border-collapse: collapse;
border: 2px solid #333;
}
table td {
border-collapse: collapse;
border: 1px solid #333;
padding: 5px;
font-size: 14px;
font-weight: bold;
text-align: center;
font-family: SimSun;
}
</style>
</head>
<body>
<table>
<tr>
<td width="100">工器具名称</td>
<td width="200">${data_1}</td>
</tr>
<tr>
<td>创建日期</td>
<td>${data_2}</td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<img src="${data_3}" width="250"/>
</td>
</tr>
</table>
</body>
</html>
Loading…
Cancel
Save