nizongfeng 3年前
コミット
1a4d0a6e29
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      application/admin/view/order_main/index.html

+ 1
- 1
application/admin/view/order_main/index.html ファイルの表示

@@ -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" >


読み込み中…
キャンセル
保存