c5a7a4eb by zhaoqian

合并

1 parent d297b819
......@@ -43,7 +43,7 @@
</el-table-column>
<el-table-column
width="300">
<template slot="header" slot-scope="scope">
<template slot="header">
多幢:
<el-button
type="primary"
......
......@@ -44,7 +44,7 @@
label="坐落">
</el-table-column>
<el-table-column>
<template slot="header" slot-scope="scope">
<template slot="header">
<el-button
type="primary"
class="changeBtn outAdd addMinus"
......@@ -56,7 +56,7 @@
<el-button
type="primary"
class="changeBtn outMinus addMinus"
@click="deleteData(item,index)"
@click="deleteData(scope.row,scope.$index)"
>-
</el-button>
</template>
......