1
2
3
4
5
6
7
8
9 | select
'<img src="https://i.ibb.co/Y7d98Nq/ndice.png" width="100" height="auto">' as imagem,
'<div style="color: #e10d1e; font-size:20px; font-weight: bold;" data-type="QTT">1111.111111</div>' as parserQTD,
'<div style="color: #ad0be5; font-size:20px; font-weight: bold;" data-type="ME">2222.222222</div>' as parserME,
'<div style="color: orange; font-size:20px; font-weight: bold;" data-type="MB">3333.333333</div>' as parserMB,
'<div style="color: #62eece; font-size:20px; font-weight: bold;" data-type="PCT">44.44</div>' as parserPCT,
'<div style="color: #dad; font-size:20px; font-weight: bold;" data-type="D">2022-04-01</div>' as parserDATA,
'<span class="material-icons-outlined" style="vertical-align:bottom";>dashboard</span>
<a style="text-decoration:none;padding-left:10px;text-center: center;font-size:15px;color:#14d;font-weight: bold;font-family:Segoe UI,cursive" href="../../../dashboard">Ligação para Dashboard</a>' as exturl
|