| | |
| | | ], |
| | | }, |
| | | placeholder: '请输入内容', |
| | | readOnly: props.readOnly, |
| | | theme: 'snow' |
| | | readOnly: props.readOnly |
| | | }); |
| | | |
| | | const styles = computed(() => { |
| | |
| | | <router-link to="/user/profile">
|
| | | <el-dropdown-item>个人中心</el-dropdown-item>
|
| | | </router-link>
|
| | | <el-dropdown-item command="setLayout">
|
| | | <el-dropdown-item command="setLayout" v-if="settingsStore.showSettings">
|
| | | <span>布局设置</span>
|
| | | </el-dropdown-item>
|
| | | <el-dropdown-item divided command="logout">
|
| | |
| | | /**
|
| | | * 是否系统布局配置
|
| | | */
|
| | | showSettings: false,
|
| | | showSettings: true,
|
| | |
|
| | | /**
|
| | | * 是否显示顶部导航
|
| | |
| | | </template>
|
| | | <div>
|
| | | <div class="text-center">
|
| | | <userAvatar :user="state.user" />
|
| | | <userAvatar />
|
| | | </div>
|
| | | <ul class="list-group list-group-striped">
|
| | | <li class="list-group-item">
|