Commit 28e6ac6d authored by zhengke's avatar zhengke

修改

parent 1b9caf82
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
min-height: 90px; min-height: 90px;
border-right:1px dashed #d1d1d1; border-right:1px dashed #d1d1d1;
padding:10px; padding:10px;
color:#000;
} }
.continu_Div:last-child{ .continu_Div:last-child{
border-right:0; border-right:0;
......
...@@ -70,10 +70,10 @@ ...@@ -70,10 +70,10 @@
从【{{item.SourceClassName}}】转入。关联订单号{{item.SourceOrderId}} 从【{{item.SourceClassName}}】转入。关联订单号{{item.SourceOrderId}}
</template> </template>
</div> </div>
<div class="order_OfferId" v-if="item.TargetJoinType==3"> <div class="order_OferTitle" v-if="item.TargetJoinType==3">
续费订单:{{item.TargetOrderId}} 续费订单:{{item.TargetOrderId}}
</div> </div>
<div class="order_OfferId" v-if="item.TargetJoinType==4"> <div class="order_OferTitle" v-if="item.TargetJoinType==4">
已转班【{{item.TargetClassName}}】,关联订单号{{item.TargetOrderId}} 已转班【{{item.TargetClassName}}】,关联订单号{{item.TargetOrderId}}
</div> </div>
<div>{{item.EnterName}}</div> <div>{{item.EnterName}}</div>
......
...@@ -87,6 +87,7 @@ ...@@ -87,6 +87,7 @@
min-height: 90px; min-height: 90px;
border-right: 1px dashed #d1d1d1; border-right: 1px dashed #d1d1d1;
padding: 10px; padding: 10px;
color:#000;
} }
.continu_Div:last-child { .continu_Div:last-child {
......
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