| | |
| | | title="附件列表" |
| | | :append-to-body="false" |
| | | :visible.sync="showAttach" |
| | | width="30%" |
| | | width="35%" |
| | | :close-on-click-modal="false" |
| | | > |
| | | <div> |
| | |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="名称" |
| | | width="150"> |
| | | label="名称"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="createTime" |
| | | label="时间" |
| | | width="150"> |
| | | width="180"> |
| | | <template slot-scope="scope"> |
| | | <span>{{format(scope.row.createTime)}}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="操作" |
| | |
| | | class="pdfClass" |
| | | > |
| | | <img |
| | | style="width:100%; height:100%;background: red" |
| | | style="width:100%; height:100%;" |
| | | :src="dialog.src" |
| | | alt="" |
| | | /> |
| | |
| | | s |
| | | ); |
| | | }, |
| | | //格式化时间 |
| | | add0(m) { |
| | | return m < 10 ? '0' + m : m; |
| | | }, |
| | | }, |
| | | }; |
| | | </script> |