气象预警

master
chaiyapeng 2024-08-31 00:59:14 +08:00
parent 2594b30b27
commit a704fa4bb1
1 changed files with 5 additions and 1 deletions

View File

@ -136,7 +136,11 @@
<!-- 气象预警-->
<el-dialog title="气象预警" :visible.sync="dialogFormVisible4">
<el-aside width="100%">
<el-tree :data="data" :props="defaultProps"></el-tree>
<el-tree :data="data" :props="defaultProps">
<template slot-scope="{data,node}">
<span>{{data.provinceName}}{{data.cityName}}--{{data.cityCode}}</span>
</template>
</el-tree>
</el-aside>
</el-dialog>