upload:upload vue && change scope to slot-scope

This commit is contained in:
Pan
2017-10-31 16:25:19 +08:00
parent 98d5f9a247
commit 59e240eb9a
11 changed files with 56 additions and 56 deletions

View File

@@ -12,7 +12,7 @@
<el-table :data="tableData" :key='key' style="width: 100%">
<el-table-column prop="name" label="fruitName" width="180"></el-table-column>
<el-table-column :key='fruit' v-for='(fruit,index) in formThead' :label="fruit">
<template scope="scope">
<template slot-scope="scope">
{{scope.row[fruit]}}
</template>
</el-table-column>