BUG 29643

This commit is contained in:
aixianling
2022-05-18 09:40:21 +08:00
parent 5a8402f781
commit b58e04db84
8 changed files with 19 additions and 19 deletions

View File

@@ -1,11 +1,11 @@
<template>
<section class="wardList">
<ai-top-fixed>
<AiTopFixed>
<u-search v-model="search" placeholder="请输入姓名" :show-action="false"
search-icon-color="#ccc" placeholder-color="#999"
@change="page.current=1,getUser()"/>
<area-selector :areaId="areaId" @select="handleSelectArea"/>
</ai-top-fixed>
</AiTopFixed>
<div class="userList">
<div v-for="row in list" :key="row.id" flex class="row" @tap="handleShowDetail(row)">
<img :src="top.cdn(row.onlineStatus==1?'zxtx':'lxtx')"/>