1 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||||
|
1. **修改service-applications-list.vue的显示逻辑**: |
||||
|
- 将CEO角色的显示逻辑从`v-if="isCeo"`改为`v-if="isCeo && showFirmStatistics"` |
||||
|
- 在`v-else`分支中添加`v-else-if="isCeo && !showFirmStatistics"`分支,用于显示CEO角色选择律所后的详情页面 |
||||
|
- 在该分支中包含完整的搜索条件、操作按钮和表格 |
||||
|
|
||||
|
2. **修改handleFirmSelected函数**: |
||||
|
- 确保在CEO角色选择律所后,`showFirmStatistics`变量被正确设置为`false` |
||||
|
- 确保`query()`函数能够正确加载选中律所的数据 |
||||
|
|
||||
|
3. **修改backToFirmStatistics函数**: |
||||
|
- 确保返回律所统计页面时,`showFirmStatistics`变量被正确设置为`true` |
||||
|
|
||||
|
4. **添加返回按钮**: |
||||
|
- 在CEO角色查看详情页面时,添加返回律所统计的按钮 |
||||
|
|
||||
|
5. **验证结果**: |
||||
|
- 确保CEO角色进入页面时显示律所统计概览 |
||||
|
- 确保CEO角色点击查看详情后显示搜索条件和操作按钮 |
||||
|
- 确保CEO角色可以通过返回按钮回到律所统计概览 |
||||
Loading…
Reference in new issue