|
|
|
|
@ -122,10 +122,9 @@
|
|
|
|
|
<!-- 查看相关图片 -->
|
|
|
|
|
<el-dialog :title="xgtp.title" :visible.sync="xgtp.open" width="800px" append-to-body top="6vh">
|
|
|
|
|
<div>
|
|
|
|
|
<el-table v-loading="xgtp.loading" :data="xgtp.list">
|
|
|
|
|
<!-- <el-table-column label="档案目录ID" align="center" prop="muId" fixed min-width="90"/>
|
|
|
|
|
<el-table-column label="档案目录路径" align="center" prop="muPath" min-width="120" show-overflow-tooltip/>-->
|
|
|
|
|
<el-table-column label="上传时间" align="center" prop="createTime" min-width="100" show-overflow-tooltip/>
|
|
|
|
|
<el-table v-loading="xgtp.loading" :data="xgtp.list" border>
|
|
|
|
|
<el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="120" show-overflow-tooltip/>
|
|
|
|
|
<!-- <el-table-column label="上传时间" align="center" prop="createTime" min-width="100" show-overflow-tooltip/>-->
|
|
|
|
|
<el-table-column label="图片路径" align="center" prop="picUrl">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<image-preview :src="scope.row.picUrl" :width="50" :height="50"/>
|
|
|
|
|
|