Commit bdc2ee4e authored by youjie's avatar youjie

no message

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