Browse Source

去除头像

jly/task002
tianq 3 years ago
parent
commit
09bfb1c9c6
  1. 4
      src/views/modules/base/userinfo/userInfoDetail.vue
  2. 4
      src/views/modules/base/userinfo/userInfoList.vue

4
src/views/modules/base/userinfo/userInfoDetail.vue

@ -38,7 +38,7 @@
<span>{{ formData.buildingAddress||'--' }}</span> <span>{{ formData.buildingAddress||'--' }}</span>
</div> </div>
<div class="info-prop" <!-- <div class="info-prop"
v-if="formData.headImgUrl"> v-if="formData.headImgUrl">
<span class="info-title-2">头像</span> <span class="info-title-2">头像</span>
@ -49,7 +49,7 @@
@click="watchImg(formData.headImgUrl)"> @click="watchImg(formData.headImgUrl)">
</div> </div>
</div> </div> -->
</div> </div>
</div> </div>

4
src/views/modules/base/userinfo/userInfoList.vue

@ -95,7 +95,7 @@
:show-overflow-tooltip="true"> :show-overflow-tooltip="true">
</el-table-column> </el-table-column>
<el-table-column prop="imageList" <!-- <el-table-column prop="imageList"
align="center" align="center"
width="80" width="80"
label="头像"> label="头像">
@ -106,7 +106,7 @@
</el-image> </el-image>
<span v-else></span> <span v-else></span>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column prop="showIdNum" <el-table-column prop="showIdNum"
label="证件号" label="证件号"

Loading…
Cancel
Save