@@ -75,11 +75,17 @@
</el-table-column>
<el-table-column
label="操作"
- width="280">
+ width="100">
<template slot-scope="scope" show-overflow-tooltip>
<el-link style="cursor:pointer;color: blue;" @click="openChange(scope.row)">证明附件</el-link>
</template>
+ <el-table-column
+ label="开票短信确认时间"
+ prop="lastTime"
+ width="180"
+ show-overflow-tooltip>
+ </el-table-column>
</el-table>
<!-- 分页 -->