Commit 5988ef99 authored by 黄奎's avatar 黄奎
parents d21c88e6 8ad723d1
...@@ -280,9 +280,10 @@ ...@@ -280,9 +280,10 @@
text-align: center; text-align: center;
} }
.orderop div { .orderop div {
width: 100px; width: auto;
height: 50%; height: 30px;
display: flex; display: flex;
padding: 0 5px;
justify-content: center; justify-content: center;
} }
.RoomList div { .RoomList div {
...@@ -734,7 +735,7 @@ ...@@ -734,7 +735,7 @@
</div> </div>
<div <div
v-if="item.OrderStatus > 3 || item.OrderStatus < 3" v-if="item.OrderStatus > 3 || item.OrderStatus < 3"
class="column justify-c px15 bgE8F5E9 radius5 ml fz12 orderop pa20 flex-s" class="row-c wrap justify-c px15 bgE8F5E9 radius5 ml fz12 orderop pa20 flex-s"
> >
<div <div
v-if=" v-if="
......
...@@ -592,9 +592,8 @@ ...@@ -592,9 +592,8 @@
style="padding: 10px; color: #f1416c" style="padding: 10px; color: #f1416c"
:style="{ :style="{
padding: padding:
!item.Remark && item.isMore item.Remark
? '0 10px 30px 10px' ? '0 10px 10px 10px':'10px',
: '0 10px 10px 10px',
}" }"
> >
OP备注:{{ item.OPRemark }} OP备注:{{ item.OPRemark }}
......
...@@ -505,7 +505,7 @@ ...@@ -505,7 +505,7 @@
<template slot="append"> <template slot="append">
<div v-if="item.CreateRemark" style="padding:10px;color:#f1416c">客户备注:{{item.CreateRemark}}</div> <div v-if="item.CreateRemark" style="padding:10px;color:#f1416c">客户备注:{{item.CreateRemark}}</div>
<div v-if="item.Remark||pagesTitle=='OP'" style="padding:10px;color:#f1416c" <div v-if="item.Remark||pagesTitle=='OP'" style="padding:10px;color:#f1416c"
:style="{'padding':!item.CreateRemark&&item.isMore?'10px 10px 30px 10px':item.CreateRemark&&item.isMore?'0 10px 30px 10px':'10px 10px 10px 10px'}"> :style="{'padding':!item.CreateRemark&&item.isMore?'10px 10px 30px 10px':item.CreateRemark&&(item.isMore||!item.isMore)?'0 10px 30px 10px':'10px'}">
OP备注:{{item.Remark}} OP备注:{{item.Remark}}
<i v-if="item.OfferState!=1&&item.OfferState!=3&&pagesTitle=='OP'" class="el-icon-edit cursor-pointer c059FF6 mx" @click="editRemark(item)"></i> <i v-if="item.OfferState!=1&&item.OfferState!=3&&pagesTitle=='OP'" class="el-icon-edit cursor-pointer c059FF6 mx" @click="editRemark(item)"></i>
</div> </div>
......
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