2023-10-27 17:44:11 +08:00
|
|
|
# 20231023迭代`未上线`
|
2021-10-18 18:23:27 +08:00
|
|
|
|
2023-10-27 17:44:11 +08:00
|
|
|
## 表结构调整
|
2021-10-18 18:23:27 +08:00
|
|
|
|
2023-10-27 17:44:11 +08:00
|
|
|
### city_dict
|
2021-10-18 18:23:27 +08:00
|
|
|
|
2023-10-27 17:44:11 +08:00
|
|
|
| 字段 | 类型 | 默认值 | 描述 | 操作 |
|
|
|
|
|---------|--------|-----|------|----|
|
|
|
|
| is_hide | int(1) | 0 | 是否隐藏 | 新增 |
|
2021-10-18 18:23:27 +08:00
|
|
|
|
2023-10-27 17:44:11 +08:00
|
|
|
### city_community
|
2021-10-18 18:23:27 +08:00
|
|
|
|
2023-10-27 17:44:11 +08:00
|
|
|
| 字段 | 类型 | 默认值 | 描述 | 操作 |
|
|
|
|
|-----------------|---------------|-----|---------|----|
|
|
|
|
| jump_system_url | varchar(1000) | | 跳转系统的地址 | 新增 |
|
2021-10-18 18:23:27 +08:00
|
|
|
|
|
|
|
### 菜单调整
|
|
|
|
|
2023-10-27 17:44:11 +08:00
|
|
|
社区(村)管理:
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th colspan="4">变更前</th>
|
|
|
|
<th colspan="4">变更后</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>链接</th>
|
|
|
|
<th>接口前缀</th>
|
|
|
|
<th>资源前缀</th>
|
|
|
|
<th>路由前缀</th>
|
|
|
|
<th>链接</th>
|
|
|
|
<th>接口前缀</th>
|
|
|
|
<th>资源前缀</th>
|
|
|
|
<th>路由前缀</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>list.html</td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td>list-tree.html</td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|