nizongfeng 3 years ago
parent
commit
1a4d0a6e29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/admin/view/order_main/index.html

+ 1
- 1
application/admin/view/order_main/index.html View File

@@ -121,7 +121,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<div ><i v-html="'下单:'+scope.row.create_time"></i></div> <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.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> </template>
</el-table-column> </el-table-column>
<el-table-column prop="receipt_order_name" label="收款单" min-width="100" > <el-table-column prop="receipt_order_name" label="收款单" min-width="100" >


Loading…
Cancel
Save