Commit 928ec53a authored by Mac's avatar Mac

订单样式的修改

parent cc43b966
......@@ -183,8 +183,8 @@
</div>
</div>
<div flex="dir:left box:mean" style="width: 300px;">
<div flex="cross:center main:center" style="display: flex;flex-direction: column;align-items: flex-start;">
<div flex="dir:left box:mean" style="width: 350px;">
<div flex="cross:center main:center" style="display: flex;flex-direction: column;align-items: flex-start;width: 55%;">
<span style="cursor:pointer">小计:¥{{list.Final_Price}}
<img v-if="item.PaymentTime==''" @click="EditPrice(item,1,list)"
src="../../assets/img/userman/edit1.png" alt="">
......@@ -202,11 +202,11 @@
src="../../assets/img/userman/edit1.png" alt="">
</span>
</div>
<div flex="cross:center main:center">数量:x {{list.Number}}</div>
<div flex="cross:center main:center" style="width: 45px;">数量:x {{list.Number}}</div>
</div>
<div style="width: 250px; display: flex;flex-direction:column;justify-content: center" v-if="item.TenantId==1">
<div style="width: 200px; display: flex;flex-direction:column;justify-content: center" v-if="item.TenantId==1">
<el-dropdown trigger="click" style="margin-left: 50px">
<span class="el-dropdown-link">制单</span>
<el-dropdown-menu slot="dropdown" class="TC-dropdown">
......@@ -218,7 +218,7 @@
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<div style="margin-top: 5px;font-size: 12px" v-if="list.YSMoney!=0 || list.RealMoney!=0 || list.YFMoney!=0 || list.PayMoney!=0">
<div style="margin-top: 10px;font-size: 12px" v-if="list.YSMoney!=0 || list.RealMoney!=0 || list.YFMoney!=0 || list.PayMoney!=0">
其他费用:
</div>
<div style="font-size: 12px" v-if="list.YSMoney!=0 || list.RealMoney!=0">
......
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