add 增加新表格 城市更新0318

This commit is contained in:
路 范
2022-03-18 21:47:56 +08:00
parent 65f0634157
commit 9c04581fbb
11 changed files with 153 additions and 19 deletions

View File

@@ -33,6 +33,7 @@
<el-dropdown-item command="1">总表</el-dropdown-item>
<el-dropdown-item command="2">城市更新</el-dropdown-item>
<el-dropdown-item command="3">房地产业</el-dropdown-item>
<el-dropdown-item command="4">通报表格-城市更新0318</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</div>
@@ -69,6 +70,9 @@
case "3":
excel_name = "住建系统抓投资情况通报(房地产业+GDP支撑性指标.xlsx";
break;
case "4":
excel_name = "通报表格城市更新2022-3-18.xls";
break;
}
this.loading = true;
this.download('/api/num-zj/download', a, excel_name, this.loading_false);