Commit bdc2ee4e authored by youjie's avatar youjie

no message

parent 8f72aed3
...@@ -479,7 +479,7 @@ ...@@ -479,7 +479,7 @@
{{ item.HandFittingFee ? item.HandFittingFee : "-" }} {{ item.HandFittingFee ? item.HandFittingFee : "-" }}
</template> </template>
</el-table-column> </el-table-column>
<template v-slot:append v-if="item.Remark"> <template slot="append" v-if="item.Remark">
<div style="padding:10px;color:#f1416c">客户备注:{{item.Remark}}</div> <div style="padding:10px;color:#f1416c">客户备注:{{item.Remark}}</div>
</template> </template>
</el-table> </el-table>
......
...@@ -373,6 +373,10 @@ ...@@ -373,6 +373,10 @@
/deep/.el-table tr td:first-child{ /deep/.el-table tr td:first-child{
border-bottom: 0; border-bottom: 0;
} }
/deep/.el-table tr:last-child td{
border-bottom: 1px solid #EBEEF5;
}
/deep/.el-table tr td{ /deep/.el-table tr td{
border-bottom: 1px solid #EBEEF5; border-bottom: 1px solid #EBEEF5;
...@@ -483,7 +487,7 @@ ...@@ -483,7 +487,7 @@
{{ scope.row.Money.toFixed(2) }} {{ scope.row.Money.toFixed(2) }}
</template> </template>
</el-table-column> </el-table-column>
<template v-slot:append v-if="item.Remark"> <template slot="append" v-if="item.Remark">
<div style="padding:10px;color:#f1416c">客户备注:{{item.Remark}}</div> <div style="padding:10px;color:#f1416c">客户备注:{{item.Remark}}</div>
</template> </template>
</el-table> </el-table>
...@@ -977,7 +981,6 @@ ...@@ -977,7 +981,6 @@
fileList:[], fileList:[],
GuestFile: '', GuestFile: '',
ChangeOrderDialog: false, ChangeOrderDialog: false,
types: [],
OrderStatusType:[ OrderStatusType:[
{Name: this.$t('OrderList.orderStatus.apply'),ID:'1'}, {Name: this.$t('OrderList.orderStatus.apply'),ID:'1'},
{Name: this.$t('OrderList.orderStatus.check'),ID:'2'}, {Name: this.$t('OrderList.orderStatus.check'),ID:'2'},
...@@ -1144,8 +1147,6 @@ ...@@ -1144,8 +1147,6 @@
this.msgParameter = JSON.parse(JSON.stringify(obj)) this.msgParameter = JSON.parse(JSON.stringify(obj))
this.msgParameter.MailingState = JSON.stringify(this.msgParameter.MailingState) this.msgParameter.MailingState = JSON.stringify(this.msgParameter.MailingState)
this.msgParameter.Sex = JSON.stringify(this.msgParameter.Sex) this.msgParameter.Sex = JSON.stringify(this.msgParameter.Sex)
this.types = JSON.parse(JSON.stringify(obj.DetailList))
console.log(this.types,'-----')
this.ChangeOrderDialog = true this.ChangeOrderDialog = true
} }
}, },
......
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