|
@@ -60,7 +60,7 @@
|
|
|
{{ scope.row.printNum ? '已打单':'未打单' }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="left" label="打单日期" prop="createTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
+ <el-table-column align="left" label="打单日期" prop="printTime" min-width="160" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="left" label="信息密钥" prop="informationKey" min-width="100" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<CopyButton :copyText="scope.row.informationKey" />
|