|
|
@@ -429,7 +429,7 @@
|
|
|
<!--</el-table-column>-->
|
|
|
<!--<el-table-column prop="OtherRemark" label="描述" show-overflow-tooltip></el-table-column>-->
|
|
|
<!--</el-table>-->
|
|
|
- <el-table :data="subfileList1" border>
|
|
|
+ <el-table :data="subfileList1" stripe highlight-current-row size="mini" border>
|
|
|
<el-table-column prop="NeedFileType" label="文件分类" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="OldFileUrlList" label="原文件" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|