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


불러오는 중...
취소
저장