测试提交

This commit is contained in:
root 2025-12-07 20:15:07 +08:00
parent a7f48305be
commit ef88e599dd
2 changed files with 5 additions and 20 deletions

View File

@ -19,8 +19,8 @@
<div class="user-info"> <div class="user-info">
<img src="@/assets/new/u13.png" alt="Avatar" style="width: 30px;height: 30px;"> <img src="@/assets/new/u13.png" alt="Avatar" style="width: 30px;height: 30px;">
<span class="username">{{ userInfo.name }}</span> <span class="username">{{ userInfo.name }}</span>
<div class="user-line"></div>
<span class="username user-return" @click="handleUserCommand">退出</span>
</div> </div>
</div> </div>
</div> </div>
@ -72,22 +72,7 @@
const licenseType = ref('') const licenseType = ref('')
const showActivateButton = ref(false) const showActivateButton = ref(false)
const handleUserCommand = (command) => {
handleLogout()
// switch (command) {
// case 'profile':
// viewInfoClick()
// //
// break
// case 'settings':
// //
// break
// case 'logout':
// handleLogout()
// break
// }
}
const dialogVisible =ref(false) const dialogVisible =ref(false)
function viewInfoClick(){ function viewInfoClick(){
dialogVisible.value = true dialogVisible.value = true

View File

@ -145,7 +145,7 @@
<div class="patientprofile-container-data-displaycup"> <div class="patientprofile-container-data-displaycup">
<div class="patientprofile-container-data-display"> <div class="patientprofile-container-data-display">
<div class="patientprofile-container-data-line"></div> <div class="patientprofile-container-data-line"></div>
<div class="patientprofile-container-data-title">检测数据</div> <div class="patientprofile-container-data-title">检测截图</div>
</div> </div>
<div> <div>
<el-button type="primary" <el-button type="primary"
@ -247,7 +247,7 @@
<div class="patientprofile-container-data-displaycup"> <div class="patientprofile-container-data-displaycup">
<div class="patientprofile-container-data-display"> <div class="patientprofile-container-data-display">
<div class="patientprofile-container-data-line"></div> <div class="patientprofile-container-data-line"></div>
<div class="patientprofile-container-data-title">检测数据</div> <div class="patientprofile-container-data-title">诊断数据</div>
</div> </div>
<el-button type="primary" <el-button type="primary"
class="button-width70 patientprofile-selectedbutotn" class="button-width70 patientprofile-selectedbutotn"