|
|
@@ -165,15 +165,15 @@
|
|
|
style="width: 100%;height: 36vh" border tooltip-effect="dark" :data="jstableData" row-key="ID" @selection-change="handleSelectionChange">
|
|
|
<!-- <el-table-column type="selection" width="55" /> -->
|
|
|
<!-- <el-table-column align="left" label="序号" prop="序号" width="70"/> -->
|
|
|
- <el-table-column align="left" label="备注" prop="附件备注" width="70"/>
|
|
|
+ <el-table-column align="left" label="备注" prop="附件备注" width="85"/>
|
|
|
<el-table-column align="left" label="文件类型" prop="附件类型" width="90"/>
|
|
|
- <el-table-column align="left" label="关联产品" prop="关联编号" width="90"/>
|
|
|
+ <el-table-column align="left" label="关联产品" prop="关联编号" width="105"/>
|
|
|
<el-table-column align="left" label="建档用户" prop="sys_id" width="90"/>
|
|
|
- <el-table-column align="left" label="建档时间" prop="sys_rq" width="90"/>
|
|
|
- <el-table-column align="left" label="更新时间" prop="mod_rq" width="90"/>
|
|
|
+ <el-table-column align="left" label="建档时间" prop="sys_rq" width="115"/>
|
|
|
+ <el-table-column align="left" label="更新时间" prop="mod_rq" width="115"/>
|
|
|
<el-table-column fixed="right" label="操作" width="100">
|
|
|
<div>
|
|
|
- <button @click="fetchAndConvertFile">预览和下载 PDF</button>
|
|
|
+ <button @click="fetchAndConvertFile">预览PDF</button>
|
|
|
|
|
|
<!-- 弹窗结构 -->
|
|
|
<div v-if="showPdfModal" class="modal">
|