|
|
@@ -121,7 +121,7 @@ |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div ><i v-html="'下单:'+scope.row.create_time"></i></div> |
|
|
|
<div v-if="scope.row.success_time"><i v-html="'成功:'+scope.row.success_time"></i></div> |
|
|
|
<div v-if="scope.row.cancel_time"><i v-html="'结束:'+scope.row.cancel_time"></i></div> |
|
|
|
<div v-if="scope.row.cancel_time"><i v-html="'取消:'+scope.row.cancel_time"></i></div> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="receipt_order_name" label="收款单" min-width="100" > |
|
|
|