464068aa by 杨威

多幢合并的添加和删除幢按钮修改

1 parent c950353a
......@@ -12,30 +12,17 @@
:header-cell-style="{'text-align':'center'}"
:cell-style="{'text-align':'center'}">
<el-table-column
width="300">
width="200">
<template slot="header">
多幢:
<el-button
type="primary"
class="changeBtn outAdd addMinus"
@click="newAddDz"
>+
<el-button style="border:0;padding:0 10px" @click="newAddDz">
<i class="iconfont iconicon-test2" style="color:#66b1ff;font-size:20px;position: relative;top:2px;left:-2px"></i>多幢
</el-button>
自然幢:
<el-button
type="primary"
class="changeBtn outAdd addMinus"
@click="newAddZrz"
>+
<el-button style="border:0;padding:0 10px" @click="newAddDz">
<i class="iconfont iconicon-test2" style="color:#66b1ff;font-size:20px;position: relative;top:2px;left:-2px"></i>自然幢
</el-button>
</template>
<template slot-scope="scope">
<el-button
type="primary"
class="changeBtn outMinus addMinus"
@click="deleteData(scope.$index)"
>-
</el-button>
<i class="iconfont icon-" style="color:#FA6400;font-size:26px;position: relative;top:2px;cursor: pointer;" @click="deleteData(scope.$index)"></i>
</template>
</el-table-column>
<el-table-column
......