Create PreviewTable.vue

This commit is contained in:
xhacker-zzz 2021-12-23 18:22:39 +08:00 committed by GitHub
parent b33c02f9c9
commit 98e7282d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<el-table :data="tableData" style="width: 100%">
<el-table :data="tableData" stripe style="width: 100%">
<el-table-column label="封面">
<template slot-scope="scope">
<el-upload :auto-upload="false" :show-file-list="false" :on-change="(res)=>{ changeCover(res,scope.row) }" action="" drag>