Commit c7e0f204 authored by liudong1993's avatar liudong1993
parents 8a763d30 8999bea3
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<th>{{$t('hotel.table_hotelname')}}</th> <th>{{$t('hotel.table_hotelname')}}</th>
</tr> </tr>
<template v-for="(lItem,lIndex) in dataList"> <template v-for="(lItem,lIndex) in dataList">
<tr v-for="(subItem,subIndex) in lItem.HotelOrderList" :key="subIndex+lIndex"> <tr v-for="(subItem,subIndex) in lItem.HotelOrderList" :key="`s_`+subIndex+`l_`+lIndex">
<td style="width:120px;"> <td style="width:120px;">
{{lItem.UseTimeStr}} {{lItem.UseTimeStr}}
</td> </td>
......
...@@ -53,7 +53,7 @@ import { compressToBase64 } from '@/utils/compression'; ...@@ -53,7 +53,7 @@ import { compressToBase64 } from '@/utils/compression';
const userInfo = this.getLocalStorage(); const userInfo = this.getLocalStorage();
const difyUserId = `${userInfo.EmployeeId}-${userInfo.emName}`; const difyUserId = `${userInfo.EmployeeId}-${userInfo.emName}`;
const compressedUserId = await compressToBase64(difyUserId); const compressedUserId = await compressToBase64(difyUserId);
this.Url=`http://dify.oytour.com/chatbot/RrfZrrXKACVg4HpB??sys.user_id=${encodeURIComponent(compressedUserId)}` this.Url=`http://dify.oytour.com/chatbot/55br88eantvyG032??sys.user_id=${encodeURIComponent(compressedUserId)}`
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment