公海订单
This commit is contained in:
parent
5fc685146d
commit
2280c90f15
|
@ -59,6 +59,8 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column align="center" width="80px" label="跟进备注" prop="remark" />
|
||||
|
||||
<el-table-column width="180px" align="center" label="下单时间">
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.create_at | parseTime('{y}-{m}-{d} {h}:{i}') }}</span>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
.pagination-container[data-v-28fdfbeb]{padding:32px 16px;position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:40px 280px;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100}.pagination-container.hidden[data-v-28fdfbeb]{display:none}.edit-input[data-v-5e819e24]{padding-right:100px}.cancel-btn[data-v-5e819e24]{position:absolute;right:15px;top:10px}.app-container[data-v-5e819e24]{position:relative;padding-bottom:60px}.el-table[data-v-5e819e24],.filter-container[data-v-5e819e24]{padding-bottom:52px}
|
|
@ -0,0 +1 @@
|
|||
.pagination-container[data-v-28fdfbeb]{padding:32px 16px;position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:40px 280px;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100}.pagination-container.hidden[data-v-28fdfbeb]{display:none}.edit-input[data-v-1bd96840]{padding-right:100px}.cancel-btn[data-v-1bd96840]{position:absolute;right:15px;top:10px}.app-container[data-v-1bd96840]{position:relative;padding-bottom:60px}.el-table[data-v-1bd96840],.filter-container[data-v-1bd96840]{padding-bottom:52px}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue