mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
错误修复
This commit is contained in:
parent
63ccb81c9b
commit
043e2b9670
|
@ -78,7 +78,7 @@
|
|||
<div class="message-box">
|
||||
<ul ref="msgLog" class="message-log">
|
||||
<li v-for="(item, index) in mssageList" :key="'msg-log-' + index"
|
||||
:class="{ 'align-right': item.createName == userName }">
|
||||
:class="{ 'align-right': item.createUser == userInfo.account }">
|
||||
<span>{{ item.content }}</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -219,7 +219,7 @@ const medicineCustom: any[] = [
|
|||
]
|
||||
const remoteWsStore = useRemoteWsStore()
|
||||
const currentRemote = ref()
|
||||
const userInfo = useUserStore()
|
||||
const userInfoStore = useUserStore()
|
||||
|
||||
const chartDom1 = ref(),
|
||||
chartDom2 = ref(),
|
||||
|
@ -234,7 +234,7 @@ const isPatientDialog = ref(false)
|
|||
const database = ref('')
|
||||
const databaseOptions = ref([] as { value: string, label: string }[])
|
||||
const messageSum = ref(10)
|
||||
const userName = ref(userInfo.userInfo.name)
|
||||
const userInfo = ref(userInfoStore.getlogin())
|
||||
const setDatabaseDialog = ref(false);
|
||||
const featureTable = ref([] as any[]);
|
||||
let chartNowData = reactive({ID: 0});
|
||||
|
|
Loading…
Reference in New Issue
Block a user