feat(hand-factory): 添加live数据获取接口并更新多个组件
refactor(klp-header): 更新产线列表显示名称 fix(login): 修正验证码启用条件判断 style(l3): 注释掉用户欢迎语区块 refactor(klp-shutdown-statistic): 为switch case添加break语句
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
<template>
|
||||
<div class="dashboard-root">
|
||||
<!-- 第一行:头像+欢迎语 -->
|
||||
<div class="user-greeting-row">
|
||||
<!-- <div class="user-greeting-row">
|
||||
<img :src="avatar" class="user-avatar" alt="头像" />
|
||||
<div class="greeting-text">
|
||||
<div class="greeting-title">{{ greeting }},{{ name }}</div>
|
||||
<div class="greeting-desc">愿你天黑有灯,下雨有伞</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!-- 全部应用 -->
|
||||
<el-row>
|
||||
|
||||
Reference in New Issue
Block a user