From 649377c926979e7607960e0cf4c6d97d26080403 Mon Sep 17 00:00:00 2001 From: zhangzeli <123456> Date: 星期一, 29 十一月 2021 08:37:54 +0800 Subject: [PATCH] 报表 --- src/views/your/car-manage/carManage.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/your/car-manage/carManage.vue b/src/views/your/car-manage/carManage.vue index 6c89acb..ff427d3 100644 --- a/src/views/your/car-manage/carManage.vue +++ b/src/views/your/car-manage/carManage.vue @@ -82,12 +82,12 @@ </FormItem> <FormItem label="椹鹃┒浜�" prop="userId"> <Select v-model="carForm.userId" filterable> - <Option v-for="item in userList" :value="item.id">{{ item.nickname }}</Option> + <Option v-for="item in userList" :value="item.id" :key="item.id">{{ item.nickname }}</Option> </Select> </FormItem> <FormItem label="璺熻溅浜�" prop="followUserId"> <Select v-model="carForm.followUserId" filterable> - <Option v-for="item in userList" :value="item.id">{{ item.nickname }}</Option> + <Option v-for="item in userList" :value="item.id" :key="item.id">{{ item.nickname }}</Option> </Select> </FormItem> </Form> -- Gitblit v1.9.1