|
|
|
@ -123,6 +123,7 @@
|
|
|
|
<el-dialog :title="xgtp.title" :visible.sync="xgtp.open" width="800px" append-to-body top="6vh">
|
|
|
|
<el-dialog :title="xgtp.title" :visible.sync="xgtp.open" width="800px" append-to-body top="6vh">
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<el-table v-loading="xgtp.loading" :data="xgtp.list" border>
|
|
|
|
<el-table v-loading="xgtp.loading" :data="xgtp.list" border>
|
|
|
|
|
|
|
|
<el-table-column label="图片ID" align="center" prop="id" fixed min-width="90"/>
|
|
|
|
<el-table-column label="档案室密集柜路径" align="center" prop="wlsjPath" min-width="120" show-overflow-tooltip/>
|
|
|
|
<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="createTime" min-width="100" show-overflow-tooltip/>-->
|
|
|
|
<el-table-column label="图片路径" align="center" prop="picUrl">
|
|
|
|
<el-table-column label="图片路径" align="center" prop="picUrl">
|
|
|
|
|