代码拉取完成,页面将自动刷新
同步操作将从 xyf_example/vue3_vite_qiankun_ts 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div style='margin: 0 auto;'>
<style type='text/css'>
table {
width: 100%;
background-color: #fff;
color: #666;
border-collapse: collapse;
border-spacing: 0
}
table tr {
transition: all .3s;
-webkit-transition: all .3s
}
table th {
text-align: left;
font-weight: 400
}
table thead tr {
background-color: #fafafa
}
th,
td {
border-width: 1px;
border-style: solid;
border-color: #eee;
position: relative;
padding: 9px 15px;
min-height: 20px;
line-height: 20px;
font-size: 14px
}
h2 {
text-align: center;
}
h4 {
margin-top: 40px;
}
.desc {
color: rgb(36, 91, 219);
font-size: 14px;
margin: 20px 0;
}
.mt10 {
margin-top: 10px;
}
.t1 {
color: rgb(36, 91, 219);
}
.t2 {
display: inline-block;
width: 180px;
}
.t3 {
color: rgb(36, 91, 219);
font-weight: bold;
}
</style>
<div class="desc">
<div class="mt10">内容</div>
<div class="mt10">大家好</div>
<div class="mt10">明锐拆解厂申请退车,退车信息如下:</div>
</div>
<table>
<thead>
<tr>
<th>车牌号码</th>
<th>车架号码</th>
<th>客户名称</th>
<th>业务经理</th>
<th>提交人</th>
<th>提交时间</th>
<th>退车类型</th>
<th>退车原因</th>
</tr>
</thead>
<tbody class="desc">
<tr th:each='item,itemStat : ${obj.costPayMap}'>
<th th:text='${itemStat.count}'>车牌号码</th>
<th th:text='${itemStat.count}'>车架号码</th>
<th th:text='${itemStat.count}'>客户名称</th>
<th th:text='${itemStat.count}'>业务经理</th>
<th th:text='${itemStat.count}'>提交人</th>
<th th:text='${itemStat.count}'>提交时间</th>
<th th:text='${itemStat.count}'>退车类型</th>
<th th:text='${itemStat.count}'>退车原因</th>
</tr>
</tbody>
</table>
<div class="t1" style="margin-top:20px;font-size: 14px;">
附件照片:【图片】
<div style="margin-top: 8px">请各位知悉。</div>
</div>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。