Commit 718066ee authored by 陈珊's avatar 陈珊

123

parent fb3a5549
......@@ -703,7 +703,7 @@
padding: .12rem;
white-space: nowrap;
top: 110%;
right: -0.15rem;
left: .15rem;
}
.popup-info .main .right-item .name-item .right1 {
......
......@@ -570,7 +570,7 @@
padding: .12rem;
white-space: nowrap;
top: 110%;
right: -0.15rem;
left: .15rem;
}
.right1{
cursor: pointer;
......
......@@ -429,7 +429,7 @@ var detail = {
${item.ysjl_list && item.ysjl_list.length > 0 ? item.ysjl_list.map((item2, index2) => {
return (`
<div class="main-item" style="background: transparent; height: auto;">
<div class="name-item"><div>第${index2+1}次上传</div><div class="right1"><img src="../static/images/tip.png">构件编号:${item2.component_no}<p class="tips">该构件编号由设备上传</p></div></div>
<div class="name-item"><div class="right1"><img src="../static/images/tip.png">构件编号:${item2.component_no}<p class="tips">该构件编号由设备上传</p></div><div class="${item.ysjl_list.length > 1 ? '' : 'hiddenImportant'}">第${item.ysjl_list.length - index2}次上传</div></div>
<div class="sub-item">`+
item2.jc_dataArr.map((item3, index3) => {
return (`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment