Commit a9151979 authored by 我在何方's avatar 我在何方

预付异常bug

parent 7de4f13f
......@@ -95,7 +95,7 @@
<el-table-column label="实收金额" prop="volume" /> -->
<el-table-column :label="$t('付款人')">
<template slot-scope="scope">
<span>{{srope.row.consigneeName}}({{$t('收货人')}})</span>
<span>{{scope.row.consigneeName}}({{$t('收货人')}})</span>
</template>
</el-table-column>
<el-table-column :label="$t('付款状态')" prop="worth">
......@@ -292,7 +292,8 @@
orderExceptionId:0,
handlerParams:{
orderExceptionId:0,
orderExceptionStatus:"1"
orderExceptionStatus:"1",
orderExceptionHandlerResult:''
},
shopData:{},
//发货/收货人信息
......
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