合并
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
43 | </el-table-column> | 43 | </el-table-column> |
44 | <el-table-column | 44 | <el-table-column |
45 | width="300"> | 45 | width="300"> |
46 | <template slot="header" slot-scope="scope"> | 46 | <template slot="header"> |
47 | 多幢: | 47 | 多幢: |
48 | <el-button | 48 | <el-button |
49 | type="primary" | 49 | type="primary" | ... | ... |
... | @@ -44,7 +44,7 @@ | ... | @@ -44,7 +44,7 @@ |
44 | label="坐落"> | 44 | label="坐落"> |
45 | </el-table-column> | 45 | </el-table-column> |
46 | <el-table-column> | 46 | <el-table-column> |
47 | <template slot="header" slot-scope="scope"> | 47 | <template slot="header"> |
48 | <el-button | 48 | <el-button |
49 | type="primary" | 49 | type="primary" |
50 | class="changeBtn outAdd addMinus" | 50 | class="changeBtn outAdd addMinus" |
... | @@ -56,7 +56,7 @@ | ... | @@ -56,7 +56,7 @@ |
56 | <el-button | 56 | <el-button |
57 | type="primary" | 57 | type="primary" |
58 | class="changeBtn outMinus addMinus" | 58 | class="changeBtn outMinus addMinus" |
59 | @click="deleteData(item,index)" | 59 | @click="deleteData(scope.row,scope.$index)" |
60 | >- | 60 | >- |
61 | </el-button> | 61 | </el-button> |
62 | </template> | 62 | </template> | ... | ... |
-
Please register or sign in to post a comment