|
|
@@ -472,7 +472,7 @@
|
|
|
<span><i class="icon icon-table2"></i> 企业资质</span>
|
|
|
<el-button style="float: right; padding: 3px 0" type="text" @click="showDialog" >添加</el-button>
|
|
|
</div>
|
|
|
- <el-table :data="subfileList1" border>
|
|
|
+ <el-table size="mini" highlight-current-row :data="subfileList1" border>
|
|
|
<el-table-column label="操作" width="150" align="center" fixed>
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="primary" plain size="mini" title="文件变更" :disabled="formData.Status > 0" @click="openDialog(scope.row)">
|