测试提交
This commit is contained in:
parent
a7f48305be
commit
ef88e599dd
@ -19,8 +19,8 @@
|
||||
<div class="user-info">
|
||||
<img src="@/assets/new/u13.png" alt="Avatar" style="width: 30px;height: 30px;">
|
||||
<span class="username">{{ userInfo.name }}</span>
|
||||
<div class="user-line"></div>
|
||||
<span class="username user-return" @click="handleUserCommand">退出</span>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -72,22 +72,7 @@
|
||||
const licenseType = ref('')
|
||||
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)
|
||||
function viewInfoClick(){
|
||||
dialogVisible.value = true
|
||||
|
||||
@ -145,7 +145,7 @@
|
||||
<div class="patientprofile-container-data-displaycup">
|
||||
<div class="patientprofile-container-data-display">
|
||||
<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"
|
||||
@ -247,7 +247,7 @@
|
||||
<div class="patientprofile-container-data-displaycup">
|
||||
<div class="patientprofile-container-data-display">
|
||||
<div class="patientprofile-container-data-line"></div>
|
||||
<div class="patientprofile-container-data-title">检测数据</div>
|
||||
<div class="patientprofile-container-data-title">诊断数据</div>
|
||||
</div>
|
||||
<el-button type="primary"
|
||||
class="button-width70 patientprofile-selectedbutotn"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user