|
@ -8,7 +8,8 @@ |
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleAdd">新增楼栋</el-button> |
|
|
@click="handleAdd">新增楼栋</el-button> |
|
|
<div class="btn_upload" |
|
|
<div class="btn_upload" |
|
|
v-if="showImportBtn"> |
|
|
> |
|
|
|
|
|
<!-- v-if="showImportBtn" --> |
|
|
<el-button style=";margin-left:10px" |
|
|
<el-button style=";margin-left:10px" |
|
|
class="diy-button--export" |
|
|
class="diy-button--export" |
|
|
size="small" |
|
|
size="small" |
|
@ -59,8 +60,9 @@ |
|
|
size="small" |
|
|
size="small" |
|
|
:disabled="yihuyidangDisabled" |
|
|
:disabled="yihuyidangDisabled" |
|
|
@click="handleExportYihuyidang()">导出一户一档</el-button> |
|
|
@click="handleExportYihuyidang()">导出一户一档</el-button> |
|
|
|
|
|
<!-- v-if="displayedBaobiaoBtn" --> |
|
|
<el-button size="small" |
|
|
<el-button size="small" |
|
|
v-if="displayedBaobiaoBtn" |
|
|
|
|
|
class="diy-button--add" |
|
|
class="diy-button--add" |
|
|
@click="reportForm">智能填报</el-button> |
|
|
@click="reportForm">智能填报</el-button> |
|
|
</div> |
|
|
</div> |
|
@ -159,13 +161,14 @@ |
|
|
class="div-table-button--detail" |
|
|
class="div-table-button--detail" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleDetail(scope.row)">查看</el-button> |
|
|
@click="handleDetail(scope.row)">查看</el-button> |
|
|
<el-button v-if="scope.row.showBtn" |
|
|
<!-- v-if="scope.row.showBtn" --> |
|
|
|
|
|
<el-button |
|
|
type="text" |
|
|
type="text" |
|
|
class="div-table-button--edit" |
|
|
class="div-table-button--edit" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleEdit(scope.row)">修改</el-button> |
|
|
@click="handleEdit(scope.row)">修改</el-button> |
|
|
|
|
|
<!-- v-if="scope.row.showBtn" --> |
|
|
<el-button v-if="scope.row.showBtn" |
|
|
<el-button |
|
|
type="text" |
|
|
type="text" |
|
|
class="div-table-button--delete" |
|
|
class="div-table-button--delete" |
|
|
size="small" |
|
|
size="small" |
|
|