提交 2b80f182 编写于 作者: huangwensu's avatar huangwensu

样式调整

上级 8645b841
......@@ -34,7 +34,8 @@
</div>
<div class="order">
<p>处方信息</p>
<span class="">暂无处方信息/处方图片:</span><span><img :src="detailData.recipeUrl"/></span>
<div class="">暂无处方信息/处方图片:</div>
<div class="order-img" v-for="(item, index) in detailData.recipeUrlList" :key="index"><img :src="item"/></div>
</div>
<div class="order">
<p>收货人信息</p>
......@@ -89,7 +90,9 @@ export default {
}
span.label {
display: inline-block;
width: 100px;
width: 9%;
color: #606266;
font-size: 14px;
}
.info {
......@@ -97,7 +100,17 @@ export default {
}
.con {
display: inline-block;
width: 270px;
width: 15%;
color: #606266;
font-size: 14px;
}
.order-img {
display: inline-block;
img {
width: 200px;
display: inline-block;
padding-right: 20px;
}
}
}
}
......
......@@ -157,6 +157,8 @@ export default {
changeRisk(row) {
this.changeDialogVisible = true;
this.orderId = row.strOrderId;
this.addParam.riskLevel = '';
this.addParam.riskLevelRemark = '';
},
confirmChange() {
let req = {
......@@ -169,6 +171,7 @@ export default {
data => {
if(data.code == '000000') {
this.changeDialogVisible = false;
this.search();
}
}
);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册