From 38b4e2bc4303d480200fd714a69e285e1462e83e Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期三, 03 五月 2023 22:23:32 +0800 Subject: [PATCH] 修改了router/index.js中的魅宠详情 另外跳转是跳转到魅宠详情,pet/index.vue中已经修改 petInfo中route.params拿到的是pid,而不是id,之后可以拿到数据了 --- ruoyi-ui/src/views/pet/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/pet/index.vue b/ruoyi-ui/src/views/pet/index.vue index 0fcdd19..cec544d 100644 --- a/ruoyi-ui/src/views/pet/index.vue +++ b/ruoyi-ui/src/views/pet/index.vue @@ -145,7 +145,7 @@ </template> </el-table-column> <el-table-column label="棰滆壊" prop="color" sortable width="100" /> - + <!-- <el-table-column label="涓讳汉濮撳悕" prop="holder" sortable width="100" /> --> <el-table-column label="灞呬綇鍦板潃" prop="address" sortable width="100" /> <el-table-column label="璇佷欢鍙风爜" prop="idNum" sortable width="100" /> -- Gitblit v1.9.1