@@ -77,6 +77,21 @@
</div>
</template>
</el-table-column>
+ <el-table-column label="表单" min-width="25%">
+ <template slot-scope="scope">
+ <div class="grid-content bg-purple-light">
+ <ibps-attachment
+ v-model="scope.row.kuaiZhao"
+ :download="true"
+ multiple
+ accept="*"
+ :readonly="true"
+ style="width: 100%"
+ limlt="5"
+ />
+ </div>
+ </template>
+ </el-table-column>
<el-table-column
fixed="right"
label="操作"