This commit is contained in:
2023-07-10 23:58:27 +08:00
parent c79e4e0bbb
commit 35918f5f10
8 changed files with 205 additions and 26 deletions

View File

@@ -61,8 +61,8 @@
<el-table-column
prop="userAvatar"
align="center"
label="头像">
width="120"
label="头像"
:show-overflow-tooltip="true">
</el-table-column>
@@ -132,9 +132,6 @@
</el-form-item>
<el-form-item label="头像" prop="userAvatar">
<el-input v-model="form.userAvatar" placeholder='头像' clearable :disabled="isEdit"></el-input>
<template slot-scope="scope">
<img :src="'http://localhost:8082/helloGithub_war_exploded/retUserAv?username='+scope.row.username" />
</template>
</el-form-item>
<el-form-item label="是否有效" prop="isValid">
<el-radio-group v-model="form.isValid" :disabled="isEdit">